Skip to content

Commit

Permalink
Upgrade Mocha dependency to 2.0 version
Browse files Browse the repository at this point in the history
The development dependency 'mocha' was updated from version '1.1' to version '2.0'. This was done with the intention of using the new features and improvements provided in the recent version of 'mocha'.
  • Loading branch information
jeff.dean committed Oct 8, 2023
1 parent 181e21a commit 5672b08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord-mysql2rgeo-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ Gem::Specification.new do |spec|

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

0 comments on commit 5672b08

Please sign in to comment.