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

Support for Rails 7.1 and Ruby 3.3 #98

Merged
merged 5 commits into from Jan 10, 2024
Merged

Support for Rails 7.1 and Ruby 3.3 #98

merged 5 commits into from Jan 10, 2024

Conversation

mathieujobin
Copy link
Collaborator

No description provided.

Gemfile Outdated Show resolved Hide resolved
@@ -26,7 +26,8 @@ Gem::Specification.new do |s|
s.add_development_dependency "bundler"
s.add_development_dependency "git"
s.add_development_dependency "yard"
s.add_development_dependency "rspec-rails", "~>3.0"
s.add_development_dependency "rspec-rails", ">= 3.0"
s.add_development_dependency "rspec-mocks", ">= 3.12.4"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Required for rails 7.1 for this fix: rspec/rspec-mocks@a2af97d

@mathieujobin mathieujobin merged commit a2b62ce into master Jan 10, 2024
280 checks passed
@mathieujobin mathieujobin deleted the rails7.1 branch January 10, 2024 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant