Skip to content

Commit

Permalink
Merge pull request #43 from xebia/dependabot/bundler/jekyll-3.7.4
Browse files Browse the repository at this point in the history
Bump jekyll from 3.7.3 to 3.7.4
  • Loading branch information
barend authored May 7, 2020
2 parents 66f4e39 + 52f962d commit 28725a7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "http://rubygems.org"

gem 'jekyll', '~>3.7.3'
gem 'jekyll', '~>3.7.4'
gem 'rdiscount', '~>2.2.0.1'
gem 'ruby-lint', '~>2.3.1'
20 changes: 9 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GEM
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.7.3)
jekyll (3.7.4)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
Expand All @@ -32,27 +32,25 @@ GEM
sass (~> 3.4)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (1.16.2)
liquid (4.0.0)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
kramdown (1.17.0)
liquid (4.0.3)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
parser (2.4.0.2)
ast (~> 2.3)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (2.0.5)
public_suffix (4.0.4)
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
rdiscount (2.2.0.1)
rouge (2.2.1)
rouge (3.18.0)
ruby-lint (2.3.1)
parser (~> 2.2)
slop (~> 3.4, >= 3.4.7)
ruby_dep (1.5.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
Expand All @@ -65,7 +63,7 @@ PLATFORMS
ruby

DEPENDENCIES
jekyll (~> 3.7.3)
jekyll (~> 3.7.4)
rdiscount (~> 2.2.0.1)
ruby-lint (~> 2.3.1)

Expand Down

0 comments on commit 28725a7

Please sign in to comment.