Skip to content

Commit

Permalink
Try allowing more recent rake versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLap committed Jan 11, 2020
1 parent 94abb50 commit a69891f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord_where_assoc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", ">= 1.15"
spec.add_development_dependency "minitest", "~> 5.0"
spec.add_development_dependency "pry"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", ">= 10.0"

spec.add_development_dependency "coveralls"
spec.add_development_dependency "deep-cover"
Expand Down

0 comments on commit a69891f

Please sign in to comment.