Bundler testing another fix
... | ... | @@ -10,7 +10,7 @@ source "https://rubygems.org" |
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
gem "jekyll", "~> 3.7.3" | ||
gem "bundler", "~> 1.16.1" | ||
gem "bundler", "> 1.16.1" | ||
# This is the default theme for new Jekyll sites. You may change this to anything you like. | ||
gem "minima", "~> 2.0" | ||
... | ... |
Please register or sign in to comment