Update mocha gem to 1.16 (#1314)

* attempt to update mocha to 2.0

* try 1.16 instead
This commit is contained in:
helenye-stripe 2024-02-05 12:10:11 -08:00 committed by GitHub
parent 32681000bf
commit b56a9b6c76
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"