We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb1a6f commit a32f1f6Copy full SHA for a32f1f6
Gemfile
@@ -9,7 +9,7 @@ ruby RUBY_VERSION
9
#
10
# This will help ensure the proper Jekyll version is running.
11
# Happy Jekylling!
12
-gem "jekyll", "3.8"
+gem "jekyll", ">= 3.8.4"
13
14
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15
# gem "minima", "~> 2.0"
Gemfile.lock
@@ -16,7 +16,7 @@ GEM
16
http_parser.rb (0.6.0)
17
i18n (0.9.5)
18
concurrent-ruby (~> 1.0)
19
- jekyll (3.8.0)
+ jekyll (3.8.7)
20
addressable (~> 2.4)
21
colorator (~> 1.0)
22
em-websocket (~> 0.5)
@@ -74,7 +74,7 @@ PLATFORMS
74
ruby
75
76
DEPENDENCIES
77
- jekyll (= 3.8)
+ jekyll (>= 3.8.4)
78
jekyll-feed (~> 0.6)
79
jekyll-gist
80
jekyll-livereload
0 commit comments