Skip to content

Commit

Permalink
feat(gem): bump and test latest Jeklly release
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Oct 17, 2015
1 parent be3d208 commit 190a5fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

group :development do
gem 'jekyll', '>= 3.0.0.pre.beta9'
gem 'jekyll', '>= 3.0.0.pre.beta10'
gem 'jekyll-last-modified-at'
gem 'stringex'
end
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GEM
specs:
colorator (0.1)
ffi (1.9.10)
jekyll (3.0.0.pre.beta9)
jekyll (3.0.0.pre.beta10)
colorator (~> 0.1)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
Expand Down Expand Up @@ -36,7 +36,7 @@ PLATFORMS
ruby

DEPENDENCIES
jekyll (>= 3.0.0.pre.beta9)
jekyll (>= 3.0.0.pre.beta10)
jekyll-last-modified-at
stringex

Expand Down

0 comments on commit 190a5fe

Please sign in to comment.