Update gems

This commit is contained in:
Michael Rose 2015-11-10 09:55:31 -05:00
parent bb41054c69
commit 07769c89e9
2 changed files with 30 additions and 36 deletions

View file

@ -1,5 +1,5 @@
source 'https://rubygems.org' source "https://rubygems.org"
gem 'jekyll' gem 'jekyll', '2.5.3'
gem 'jekyll-sitemap' gem 'jekyll-sitemap'
gem 'octopress', '~> 3.0.0.rc.12' gem 'octopress', '~> 3.0'

View file

@ -2,22 +2,18 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
blankslate (2.1.2.4) blankslate (2.1.2.4)
celluloid (0.16.0) classifier-reborn (2.0.4)
timers (~> 4.0.0)
classifier-reborn (2.0.3)
fast-stemmer (~> 1.0) fast-stemmer (~> 1.0)
coffee-script (2.3.0) coffee-script (2.4.1)
coffee-script-source coffee-script-source
execjs execjs
coffee-script-source (1.9.1) coffee-script-source (1.9.1.1)
colorator (0.1) colorator (0.1)
execjs (2.3.0) execjs (2.6.0)
fast-stemmer (1.0.2) fast-stemmer (1.0.2)
ffi (1.9.6) ffi (1.9.10)
ffi (1.9.6-x64-mingw32) ffi (1.9.10-x64-mingw32)
ffi (1.9.6-x86-mingw32) ffi (1.9.10-x86-mingw32)
hitimes (1.2.2)
hitimes (1.2.2-x86-mingw32)
jekyll (2.5.3) jekyll (2.5.3)
classifier-reborn (~> 2.0) classifier-reborn (~> 2.0)
colorator (~> 0.1) colorator (~> 0.1)
@ -35,47 +31,45 @@ GEM
toml (~> 0.1.0) toml (~> 0.1.0)
jekyll-coffeescript (1.0.1) jekyll-coffeescript (1.0.1)
coffee-script (~> 2.2) coffee-script (~> 2.2)
jekyll-gist (1.1.0) jekyll-gist (1.3.5)
jekyll-paginate (1.1.0) jekyll-paginate (1.1.0)
jekyll-sass-converter (1.3.0) jekyll-sass-converter (1.3.0)
sass (~> 3.2) sass (~> 3.2)
jekyll-sitemap (0.8.0) jekyll-sitemap (0.9.0)
jekyll-watch (1.2.1) jekyll-watch (1.3.0)
listen (~> 2.7) listen (~> 3.0)
kramdown (1.6.0) kramdown (1.9.0)
liquid (2.6.2) liquid (2.6.3)
listen (2.8.5) listen (3.0.4)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
mercenary (0.3.5) mercenary (0.3.5)
octopress (3.0.0.rc.34) octopress (3.0.11)
jekyll (~> 2.0) jekyll (>= 2.0)
mercenary (~> 0.3.2) mercenary (~> 0.3.2)
octopress-deploy octopress-deploy
octopress-escape-code (~> 2.0) octopress-escape-code (~> 2.0)
octopress-hooks (~> 2.0) octopress-hooks (~> 2.0)
redcarpet (~> 3.0)
titlecase titlecase
octopress-deploy (1.1.0) octopress-deploy (1.3.0)
colorator colorator
octopress-escape-code (2.0.6) octopress-escape-code (2.0.6)
octopress-hooks (~> 2.0) octopress-hooks (~> 2.0)
octopress-hooks (2.6.0) octopress-hooks (2.6.1)
jekyll (~> 2.0) jekyll (>= 2.0)
parslet (1.5.0) parslet (1.5.0)
blankslate (~> 2.0) blankslate (~> 2.0)
posix-spawn (0.3.10) posix-spawn (0.3.11)
pygments.rb (0.6.2) pygments.rb (0.6.3)
posix-spawn (~> 0.3.6) posix-spawn (~> 0.3.6)
yajl-ruby (~> 1.2.0) yajl-ruby (~> 1.2.0)
rb-fsevent (0.9.4) rb-fsevent (0.9.6)
rb-inotify (0.9.5) rb-inotify (0.9.5)
ffi (>= 0.5.0) ffi (>= 0.5.0)
redcarpet (3.2.2) redcarpet (3.3.3)
safe_yaml (1.0.4) safe_yaml (1.0.4)
sass (3.4.13) sass (3.4.19)
timers (4.0.1)
hitimes
titlecase (0.1.1) titlecase (0.1.1)
toml (0.1.2) toml (0.1.2)
parslet (~> 1.5.0) parslet (~> 1.5.0)
@ -87,6 +81,6 @@ PLATFORMS
x86-mingw32 x86-mingw32
DEPENDENCIES DEPENDENCIES
jekyll jekyll (= 2.5.3)
jekyll-sitemap jekyll-sitemap
octopress (~> 3.0.0.rc.12) octopress (~> 3.0)