Update Gemfile

This commit is contained in:
Carneiro 2024-08-21 16:16:09 -03:00
parent 1a603b781c
commit d766cdbbc5
1 changed files with 4 additions and 16 deletions

20
Gemfile
View File

@ -1,22 +1,10 @@
source "https://rubygems.org"
ruby RUBY_VERSION
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll"
gem "jekyll-scholar"
gem "alice", git: "https://git.alice.ufsj.edu.br/Alice/AliceTheme"
#gem "alice", git: "https://git.alice.ufsj.edu.br/Alice/AliceTheme"
gem "alice", path: "../AliceTheme"
Encoding.default_external = Encoding::UTF_8
Encoding.default_internal = Encoding::UTF_8
gem "rexml", "~> 3.2"
gem "ffi", "~> 1.11"
Encoding.default_internal = Encoding::UTF_8