Skip to content

Commit

Permalink
Merge pull request #224 from GSA/jekyll-update
Browse files Browse the repository at this point in the history
update Jekyll to 3.8.5
  • Loading branch information
jfredrickson authored Jan 14, 2019
2 parents 797f4ac + 952d85e commit 0c1b0b3
Showing 1 changed file with 29 additions and 21 deletions.
50 changes: 29 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ GEM
i18n (~> 0.7)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
autoprefixer-rails (6.3.7)
execjs
colorator (1.1.0)
Expand All @@ -24,7 +24,7 @@ GEM
ffi (>= 1.3.0)
eventmachine (1.2.5)
execjs (2.7.0)
ffi (1.9.25)
ffi (1.10.0)
forwardable-extended (2.6.0)
hawkins (2.0.5)
em-websocket (~> 0.5)
Expand All @@ -41,50 +41,58 @@ GEM
htmlentities (4.3.4)
http_parser.rb (0.6.0)
i18n (0.8.1)
jekyll (3.4.0)
jekyll (3.8.5)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 3.0)
jekyll-watch (~> 2.0)
kramdown (~> 1.14)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (~> 1.7)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-autoprefixer (1.0.1)
autoprefixer-rails (~> 6.3.6)
jekyll-redirect-from (0.12.1)
jekyll (~> 3.3)
jekyll-sass-converter (1.5.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
jekyll-watch (2.1.2)
listen (~> 3.0)
jekyll_pages_api (0.1.6)
htmlentities (~> 4.3)
jekyll (>= 2.0, < 4.0)
kramdown (1.13.2)
liquid (3.0.6)
listen (3.0.8)
kramdown (1.17.0)
liquid (4.0.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
mercenary (0.3.6)
mini_portile2 (2.3.0)
minitest (5.10.1)
multi_json (1.12.2)
nokogiri (1.8.4)
mini_portile2 (~> 2.3.0)
parallel (1.10.0)
pathutil (0.14.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (2.0.5)
public_suffix (3.0.3)
rake (12.2.1)
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
rouge (1.11.1)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
rouge (3.3.0)
ruby_dep (1.5.0)
safe_yaml (1.0.4)
sass (3.4.23)
sass (3.7.3)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
thread_safe (0.3.6)
typhoeus (0.8.0)
ethon (>= 0.8.0)
Expand Down

0 comments on commit 0c1b0b3

Please sign in to comment.