Update Gemfile
This commit is contained in:
parent
1a603b781c
commit
d766cdbbc5
20
Gemfile
20
Gemfile
|
|
@ -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
|
||||
Loading…
Reference in New Issue