Skip to content

Commit

Permalink
Pin mocha to a lower version
Browse files Browse the repository at this point in the history
  • Loading branch information
parthaa authored and evgeni committed Jul 23, 2024
1 parent 2d5bd87 commit 75ac656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler.d/test.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group :test do
gem 'mocha', '~> 2.1'
gem 'mocha', '~> 2.1', "< 2.4.3"
gem 'minitest', '~> 5.1'
gem 'minitest-reporters', '~> 1.4', :require => false
gem 'minitest-retry', '~> 0.0', :require => false
Expand Down

0 comments on commit 75ac656

Please sign in to comment.