Skip to content

Commit

Permalink
feat(jekyll): update support for v3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Feb 3, 2017
1 parent 432371c commit a886418
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

group :development do
gem 'jekyll', '3.3.0'
gem 'jekyll', '3.4.0'
gem 'jekyll-last-modified-at'
gem 'match_regex'
gem 'stringex'
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ GEM
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
colorator (1.1.0)
ffi (1.9.14)
ffi (1.9.17)
forwardable-extended (2.6.0)
jekyll (3.3.0)
jekyll (3.4.0)
addressable (~> 2.4)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
Expand All @@ -19,11 +19,11 @@ GEM
safe_yaml (~> 1.0)
jekyll-last-modified-at (0.3.4)
jekyll
jekyll-sass-converter (1.4.0)
jekyll-sass-converter (1.5.0)
sass (~> 3.4)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
kramdown (1.12.0)
kramdown (1.13.2)
liquid (3.0.6)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
Expand All @@ -32,23 +32,23 @@ GEM
mercenary (0.3.6)
pathutil (0.14.0)
forwardable-extended (~> 2.6)
public_suffix (2.0.4)
public_suffix (2.0.5)
rb-fsevent (0.9.8)
rb-inotify (0.9.7)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
rouge (1.11.1)
safe_yaml (1.0.4)
sass (3.4.22)
stringex (2.6.1)
sass (3.4.23)
stringex (2.7.0)

PLATFORMS
ruby

DEPENDENCIES
jekyll (= 3.3.0)
jekyll (= 3.4.0)
jekyll-last-modified-at
match_regex
stringex

BUNDLED WITH
1.13.6
1.13.7

0 comments on commit a886418

Please sign in to comment.