Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: update workflows #684

Merged
merged 6 commits into from
Mar 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump Mocha deps to v2 to fix build issue
radar committed Mar 5, 2024
commit d7a21247dbf167e4cd2a9011164bc91204795fd0
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-7.1.x
Original file line number Diff line number Diff line change
@@ -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'