Skip to content

Commit e557844

Browse files
committed
Update Gemfile
jekyll-docker expects the jekyll dependency to leave out the patch version. See https://github.com/envygeeks/jekyll-docker#dependencies
1 parent 2ae7ff5 commit e557844

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 3.8.5"
11+
gem "jekyll", "~> 3.8"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "jekyll-theme-midnight", "~> 0.1"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ PLATFORMS
6464
ruby
6565

6666
DEPENDENCIES
67-
jekyll (~> 3.8.5)
67+
jekyll (~> 3.8)
6868
jekyll-feed (~> 0.6)
6969
jekyll-theme-midnight (~> 0.1)
7070
tzinfo-data
7171

7272
BUNDLED WITH
73-
2.0.1
73+
2.0.2

0 commit comments

Comments
 (0)