updating gems
This commit is contained in:
parent
aedcee1534
commit
03a15516b0
2 changed files with 12 additions and 16 deletions
13
Gemfile
13
Gemfile
|
|
@ -11,7 +11,6 @@ source "https://rubygems.org"
|
|||
gem "jekyll", "~> 3.8.5"
|
||||
|
||||
# This is the default theme for new Jekyll sites. You may change this to anything you like.
|
||||
gem "minima", "~> 2.0"
|
||||
|
||||
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
|
||||
# uncomment the line below. To upgrade, run `bundle update github-pages`.
|
||||
|
|
@ -19,12 +18,8 @@ gem "minima", "~> 2.0"
|
|||
|
||||
# If you have any plugins, put them here!
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-feed", "~> 0.6"
|
||||
gem 'jekyll-feed', '0.12.1'
|
||||
gem "jekyll-paginate-v2", "~> 1.7"
|
||||
gem 'jekyll-seo-tag', '2.6.0'
|
||||
gem 'jekyll-sitemap', '1.2.0'
|
||||
end
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
||||
|
||||
# Performance-booster for watching directories on Windows
|
||||
gem "wdm", "~> 0.1.0" if Gem.win_platform?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue