Skip to content

Commit

Permalink
Bump Mocha deps to v2 to fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Mar 5, 2024
1 parent 0d36f66 commit c59e285
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 43 deletions.
13 changes: 0 additions & 13 deletions gemfiles/Gemfile.rails-5.0.x

This file was deleted.

13 changes: 0 additions & 13 deletions gemfiles/Gemfile.rails-5.1.x

This file was deleted.

13 changes: 0 additions & 13 deletions gemfiles/Gemfile.rails-5.2.x

This file was deleted.

2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-6.0.x
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec :path => '..'

gem 'activesupport', '~> 6.0.0'
gem 'mocha', '~> 1.7.0'
gem 'mocha', '~> 2'
gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.14'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-6.1.x
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec :path => '..'

gem 'activesupport', '~> 6.1'
gem 'mocha', '~> 1.7.0'
gem 'mocha', '~> 2'
gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.14'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-7.0.x
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec :path => '..'

gem 'activesupport', '~> 7.0'
gem 'mocha', '~> 1.7.0'
gem 'mocha', '~> 2'
gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.14'
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/Gemfile.rails-7.1.x
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec :path => '..'

gem 'activesupport', '~> 7.1'
gem 'mocha', '~> 1.7.0'
gem 'mocha', '~> 2'
gem 'test_declarative', '0.0.6'
gem 'rake'
gem 'minitest', '~> 5.14'
Expand Down

0 comments on commit c59e285

Please sign in to comment.