Skip to content

Commit

Permalink
Update Gemfile to latest GitHub Pages gems
Browse files Browse the repository at this point in the history
Ran `bundle install` to generate Gemfile.lock to update it as well
  • Loading branch information
jdavis committed Nov 17, 2014
1 parent 4d1e245 commit 90518cf
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ source 'https://rubygems.org'

# Freeze to GitHub Pages versions:
# https://pages.github.com/versions/
gem 'github-pages', '~> 21'
gem 'jekyll', '~> 2.2.0'
gem 'github-pages', '~> 28'
gem 'jekyll', '~> 2.4.0'
gem 'kramdown', '~> 1.3.1'
gem 'rake'

Expand Down
56 changes: 28 additions & 28 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9-x86-mingw32)
activesupport (4.1.6)
RedCloth (4.2.9)
activesupport (4.1.7)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
Expand All @@ -12,8 +12,8 @@ GEM
blankslate (2.1.2.4)
celluloid (0.16.0)
timers (~> 4.0.0)
classifier (1.3.4)
fast-stemmer (>= 1.0.0)
classifier-reborn (2.0.2)
fast-stemmer (~> 1.0)
coffee-script (2.3.0)
coffee-script-source
execjs
Expand All @@ -23,16 +23,16 @@ GEM
fast-stemmer (1.0.2)
fastimage (1.6.4)
addressable (~> 2.3, >= 2.3.5)
ffi (1.9.6-x86-mingw32)
ffi (1.9.6)
gemoji (2.1.0)
github-pages (21)
github-pages (28)
RedCloth (= 4.2.9)
jekyll (= 2.2.0)
jekyll (= 2.4.0)
jekyll-coffeescript (= 1.0.0)
jekyll-mentions (= 0.1.3)
jekyll-redirect-from (= 0.4.0)
jekyll-sass-converter (= 1.1.0)
jekyll-sitemap (= 0.5.0)
jekyll-redirect-from (= 0.6.2)
jekyll-sass-converter (= 1.2.0)
jekyll-sitemap (= 0.6.0)
jemoji (= 0.3.0)
kramdown (= 1.3.1)
liquid (= 2.6.1)
Expand All @@ -45,14 +45,14 @@ GEM
activesupport (>= 2)
nokogiri (~> 1.4)
i18n (0.6.11)
jekyll (2.2.0)
classifier (~> 1.3)
jekyll (2.4.0)
classifier-reborn (~> 2.0)
colorator (~> 0.1)
jekyll-coffeescript (~> 1.0)
jekyll-gist (~> 1.0)
jekyll-paginate (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 2.6.1)
mercenary (~> 0.3.3)
Expand All @@ -67,12 +67,12 @@ GEM
html-pipeline (~> 1.9.0)
jekyll (~> 2.0)
jekyll-paginate (1.1.0)
jekyll-redirect-from (0.4.0)
jekyll-redirect-from (0.6.2)
jekyll (~> 2.0)
jekyll-sass-converter (1.1.0)
jekyll-sass-converter (1.2.0)
sass (~> 3.2)
jekyll-sitemap (0.5.0)
jekyll-watch (1.1.1)
jekyll-sitemap (0.6.0)
jekyll-watch (1.1.2)
listen (~> 2.7)
jemoji (0.3.0)
gemoji (~> 2.0)
Expand All @@ -81,16 +81,16 @@ GEM
json (1.8.1)
kramdown (1.3.1)
liquid (2.6.1)
listen (2.7.11)
listen (2.8.0)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
maruku (0.7.0)
mercenary (0.3.4)
mini_portile (0.6.0)
minitest (5.4.2)
nokogiri (1.6.3.1-x86-mingw32)
mini_portile (= 0.6.0)
mercenary (0.3.5)
mini_portile (0.6.1)
minitest (5.4.3)
nokogiri (1.6.4.1)
mini_portile (~> 0.6.0)
parslet (1.5.0)
blankslate (~> 2.0)
posix-spawn (0.3.9)
Expand All @@ -104,22 +104,22 @@ GEM
rdiscount (2.1.7)
redcarpet (3.1.2)
safe_yaml (1.0.4)
sass (3.4.6)
sass (3.4.8)
thread_safe (0.3.4)
timers (4.0.1)
hitimes
toml (0.1.2)
parslet (~> 1.5.0)
tzinfo (1.2.2)
thread_safe (~> 0.1)
yajl-ruby (1.1.0-x86-mingw32)
yajl-ruby (1.1.0)

PLATFORMS
x86-mingw32
ruby

DEPENDENCIES
fastimage
github-pages (~> 21)
jekyll (~> 2.2.0)
github-pages (~> 28)
jekyll (~> 2.4.0)
kramdown (~> 1.3.1)
rake

0 comments on commit 90518cf

Please sign in to comment.