Skip to content

Commit

Permalink
Merge pull request #2 from sadikay/dependabot/bundler/rake-tw-13.0
Browse files Browse the repository at this point in the history
Update rake requirement from ~> 10.0 to ~> 13.0
  • Loading branch information
sadikay authored Aug 17, 2020
2 parents 3c6d86f + b9eb67d commit cb6f418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tc_validator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.9"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "activesupport"
spec.add_development_dependency "rspec"

Expand Down

0 comments on commit cb6f418

Please sign in to comment.