Skip to content

Commit

Permalink
downgrade jekyll so it is compatible with gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmanc committed Sep 22, 2015
1 parent 3cbb97a commit 2aedcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-slim.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']

gem.add_runtime_dependency 'jekyll', '~> 2.5'
gem.add_runtime_dependency 'jekyll', '~> 2.4'
gem.add_runtime_dependency 'slim'

gem.add_development_dependency('rake')
Expand Down

0 comments on commit 2aedcd9

Please sign in to comment.