Explorar o código

Update Gemfile to Jekyll 4.1.0

Nathan Schneider %!s(int64=4) %!d(string=hai) anos
pai
achega
b125002fe9
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      Gemfile

+ 1 - 2
Gemfile

@@ -7,7 +7,7 @@ source "https://rubygems.org"
 #
 # This will help ensure the proper Jekyll version is running.
 # Happy Jekylling!
-gem "jekyll", "~> 4.0.0"
+gem "jekyll", "~> 4.1.0"
 # This is the default theme for new Jekyll sites. You may change this to anything you like.
 gem "minima", "~> 2.5"
 # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
@@ -27,4 +27,3 @@ end
 
 # Performance-booster for watching directories on Windows
 gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
-