Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg authored Feb 20, 2017
1 parent 95955af commit ec94e3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ gem "jekyll-sitemap"
gem "jekyll-paginate"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.0"
gem "minima", "2.1.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`.
# gem "github-pages", group: :jekyll_plugins

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem 'jekyll-multiple-languages-plugin'
gem "jekyll-feed", "0.9.1"
gem "jekyll-multiple-languages-plugin", "1.5.1"
end

0 comments on commit ec94e3a

Please sign in to comment.