-
Notifications
You must be signed in to change notification settings - Fork 116
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
Update to Ruby 3.2.0 #7594
Update to Ruby 3.2.0 #7594
Conversation
🙃
|
109b2ba
to
0cc0fd3
Compare
Happy to explore it in a future PR if 3.2 works 😀 For explicitness, the substitution is to make use of some syntax changes for hashes and keyword arguments released in Ruby 3.1:
|
Yep, totally fair. After I posted the comment, I also realized there's likely a Rubocop cop which can enforce / fix this for us, probably more reliable than command-line substitution. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚢
Gemfile
Outdated
gem 'capybara-webmock', git: 'https://github.com/hashrocket/capybara-webmock.git', ref: '63d790a0' | ||
gem 'data_uri', require: false | ||
gem 'capybara-webmock', git: 'https://github.com/mitchellhenke/capybara-webmock.git', | ||
ref: 'c23b02f' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for posterity, changes captured in this PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the PR has been merged, so I switched back to their repo in our Gemfile
45fa4fa
to
3d0d1c6
Compare
3d0d1c6
to
c82dac5
Compare
🛠 Summary of changes
Update to Ruby 3.2.0!
Nokogiri is the remaining piece that's still a release candidate, but I think we could consider moving forward with it if we're comfortable.