diff --git a/Gemfile b/Gemfile index 5831abb..a5153da 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,8 @@ ruby RUBY_VERSION # # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "jekyll", ">= 4.2.0" +gem "jekyll", "~> 4.3.2" + # If you want to use GitHub Pages, remove the "gem "jekyll"" above and @@ -18,11 +19,12 @@ gem "jekyll", ">= 4.2.0" # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-feed", "~> 0.6" + gem "jekyll-feed" gem "jekyll-sitemap" - gem "jekyll-sass-converter", "~> 2.1" + gem "jekyll-sass-converter" end + # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]