Skip to content

Commit

Permalink
Bump rake version from 10 to 12
Browse files Browse the repository at this point in the history
  • Loading branch information
elia committed Jun 3, 2020
1 parent 58f2112 commit fdf02d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails_console_toolkit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Gem::Specification.new do |spec|
spec.add_dependency "rails", '>= 4'

spec.add_development_dependency "bundler", "~> 2.0"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", ">= 12.3.3"
spec.add_development_dependency "minitest", "~> 5.0"
end

0 comments on commit fdf02d4

Please sign in to comment.