Skip to content

Commit

Permalink
Bump to Jekyll 3
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Feb 4, 2016
1 parent 593b383 commit 78aa740
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "https://rubygems.org"

gem "jekyll", "~> 3.0.2"
gem "jekyll-watch"
gem "jekyll-sitemap"
gem "rdiscount"
40 changes: 27 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,42 @@
GEM
remote: https://rubygems.org/
specs:
celluloid (0.17.1.2)
timers (~> 4.0.0)
colorator (0.1)
ffi (1.9.10)
hitimes (1.2.2)
jekyll-sitemap (0.8.1)
jekyll-watch (1.2.1)
listen (~> 2.7)
listen (2.10.1)
celluloid (~> 0.16.0)
jekyll (3.0.2)
colorator (~> 0.1)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 3.0)
mercenary (~> 0.3.3)
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-sass-converter (1.4.0)
sass (~> 3.4)
jekyll-sitemap (0.10.0)
jekyll-watch (1.3.1)
listen (~> 3.0)
kramdown (1.9.0)
liquid (3.0.6)
listen (3.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
rb-fsevent (0.9.5)
mercenary (0.3.5)
rb-fsevent (0.9.7)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rdiscount (2.1.8)
timers (4.0.1)
hitimes
rouge (1.10.1)
safe_yaml (1.0.4)
sass (3.4.21)

PLATFORMS
ruby

DEPENDENCIES
jekyll (~> 3.0.2)
jekyll-sitemap
jekyll-watch
rdiscount

BUNDLED WITH
1.11.2

0 comments on commit 78aa740

Please sign in to comment.