Skip to content

Commit

Permalink
Add version constraint to rake to fix CI (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanahsmith committed Dec 9, 2016
1 parent f27bd61 commit fae3a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liquid.gemspec
Expand Up @@ -25,6 +25,6 @@ Gem::Specification.new do |s|

s.require_path = "lib"

s.add_development_dependency 'rake'
s.add_development_dependency 'rake', '~> 11.3'
s.add_development_dependency 'minitest'
end

0 comments on commit fae3a2d

Please sign in to comment.