Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change jekyll dependency to be ~> 2.4.0
Browse files Browse the repository at this point in the history
* 8bbfaf6 used `Utils.slugify` which has been added in 2.4.0
hazzik committed Oct 1, 2014
1 parent 629cf2e commit c576634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jekyll-archives.gemspec
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.licenses = ["MIT"]
s.files = ["lib/jekyll-archives.rb", "lib/jekyll-archives/archive.rb"]

s.add_dependency "jekyll", '~> 2.0'
s.add_dependency "jekyll", '~> 2.4.0'

s.add_development_dependency 'rake'
s.add_development_dependency 'rdoc'

0 comments on commit c576634

Please sign in to comment.