Skip to content

Commit

Permalink
Update Ruby and bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyatom committed Feb 15, 2018
1 parent 90c1be5 commit 9914524
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 35 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.5.0
78 changes: 43 additions & 35 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,56 +1,64 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.3.8)
colorator (0.1)
concurrent-ruby (1.0.1)
execjs (2.6.0)
fastimage (1.9.0)
addressable (~> 2.3.5)
ffi (1.9.10)
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
colorator (1.1.0)
concurrent-ruby (1.0.5)
execjs (2.7.0)
extras (0.1.0)
forwardable-extended (~> 2.5)
fastimage (2.1.0)
ffi (1.9.18)
forwardable-extended (2.6.0)
htmlentities (4.3.4)
jekyll (3.1.3)
colorator (~> 0.1)
jekyll (3.4.2)
addressable (~> 2.4)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 3.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-assets (2.1.3)
fastimage (~> 1.8)
jekyll (~> 3.0)
sprockets (~> 3.3)
sprockets-helpers (~> 1.2)
tilt (~> 2.0)
jekyll-feed (0.5.1)
jekyll-sass-converter (1.4.0)
jekyll-assets (2.2.8)
extras (~> 0.1)
fastimage (~> 2.0, >= 1.8)
jekyll (~> 3.1, >= 3.0)
pathutil (>= 0.8)
rack (> 1, < 2)
sprockets (~> 3.3, < 3.7)
jekyll-feed (0.9.1)
jekyll (~> 3.3)
jekyll-sass-converter (1.5.0)
sass (~> 3.4)
jekyll-sitemap (0.10.0)
jekyll-watch (1.4.0)
jekyll-sitemap (1.0.0)
jekyll (~> 3.3)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
kramdown (1.10.0)
kramdown (1.13.2)
liquid (3.0.6)
listen (3.0.6)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9.7)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.6)
rack (1.6.4)
rake (11.1.2)
rb-fsevent (0.9.7)
rb-inotify (0.9.7)
pathutil (0.14.0)
forwardable-extended (~> 2.6)
public_suffix (2.0.5)
rack (1.6.5)
rake (12.0.0)
rb-fsevent (0.9.8)
rb-inotify (0.9.8)
ffi (>= 0.5.0)
rouge (1.10.1)
rouge (1.11.1)
safe_yaml (1.0.4)
sass (3.4.22)
sprockets (3.6.0)
sass (3.4.23)
sprockets (3.6.3)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-helpers (1.2.1)
sprockets (>= 2.2)
tilt (2.0.2)
uglifier (3.0.0)
uglifier (3.1.7)
execjs (>= 0.3.0, < 3)

PLATFORMS
Expand All @@ -68,4 +76,4 @@ DEPENDENCIES
uglifier

BUNDLED WITH
1.11.2
1.13.7

0 comments on commit 9914524

Please sign in to comment.