Skip to content

Commit

Permalink
Update mocha gem to 1.16 (#1314)
Browse files Browse the repository at this point in the history
* attempt to update mocha to 2.0

* try 1.16 instead
  • Loading branch information
helenye-stripe authored Feb 5, 2024
1 parent 3268100 commit b56a9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec

group :development do
gem "coveralls_reborn", "~> 0.25.0" if RUBY_VERSION >= "3.1"
gem "mocha", "~> 0.13.2"
gem "mocha", "~> 1.16.0"
gem "rack", ">= 2.0.6"
gem "rake"

Expand Down

0 comments on commit b56a9b6

Please sign in to comment.