Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source "https://rubygems.org"
gem "jekyll", "~> 3.9"

# See https://github.com/envygeeks/jekyll-assets/issues/622
gem "sprockets", "~> 3.7"
gem "sprockets", "~> 4.0"
gem "kramdown-parser-gfm", "~> 1.1.0"

group :jekyll_plugins do
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0)
concurrent-ruby (1.1.8)
concurrent-ruby (1.1.10)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
Expand Down Expand Up @@ -98,7 +98,7 @@ GEM
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
racc (1.5.2)
rack (2.2.3)
rack (2.2.4)
rainbow (3.0.0)
rb-fsevent (0.11.0)
rb-inotify (0.10.1)
Expand All @@ -111,7 +111,7 @@ GEM
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sprockets (3.7.2)
sprockets (4.0.3)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
thread_safe (0.3.6)
Expand All @@ -134,7 +134,7 @@ DEPENDENCIES
jekyll-seo-tag
jekyll-sitemap
kramdown-parser-gfm (~> 1.1.0)
sprockets (~> 3.7)
sprockets (~> 4.0)
tzinfo-data

RUBY VERSION
Expand Down