diff --git a/Gemfile b/Gemfile index 23e34e4..1217878 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ 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`. @@ -22,6 +22,6 @@ gem "minima", "~> 2.0" # 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