Skip to content

Commit

Permalink
Your commit message does not match the given diff. The correct commit…
Browse files Browse the repository at this point in the history
… message should be as follows:

Update 'rake' and 'mocha' development dependencies

Bumped 'rake' and 'mocha' development dependencies to a newer version. This change was done to take the advantage of new features and patches provided in the recent versions in order to streamline our development process.
  • Loading branch information
jeff.dean committed Oct 8, 2023
1 parent 181e21a commit 7cabeb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activerecord-mysql2rgeo-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Gem::Specification.new do |spec|
spec.add_dependency "activerecord", "~> 7.0.0"
spec.add_dependency "rgeo-activerecord", "~> 7.0.0"

spec.add_development_dependency "rake", "~> 12.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "minitest", "~> 5.4"
spec.add_development_dependency "mocha", "~> 1.1"
spec.add_development_dependency "mocha", "~> 2.1"
spec.add_development_dependency "appraisal", "~> 2.0"
end

0 comments on commit 7cabeb1

Please sign in to comment.