Update to Jekyll 2.2.0

- Using the theme for the first time install Bundler and then run 'bundle install'
- Updating the theme run 'bundle update' to update all gem dependencies
This commit is contained in:
Michael Rose
2014-07-31 08:26:41 -04:00
parent ac3315e87f
commit cf086c3873
3 changed files with 34 additions and 55 deletions

View File

@ -1,9 +1,5 @@
source 'https://rubygems.org'
gem 'jekyll'
gem 'kramdown'
gem 'coderay'
gem 'rake'
gem 'thor'
gem 'activesupport'
gem 'stringex'
gem "jekyll-sitemap"
gem 'octopress', '~> 3.0.0.rc.12'