-
Notifications
You must be signed in to change notification settings - Fork 225
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
Bump dependencies #500
base: main
Are you sure you want to change the base?
Bump dependencies #500
Conversation
Observations on that Cucumber failure:
Unless somebody wants these changes now, I plan to wait for Cucumber 10 to land and check with that. |
I suspect we'll want to hold this open until Cucumber 10 lands. |
I can reproduce that jruby failure locally. Investigating ... |
This latest push picks up a newer Cucumber, which includes a limited fix for the keywords issue that is causing things to fail on 3.4. I also need to update the CI to include 3.4, and then investigate this new failure on HEAD. |
Adding a BOM doesn't keep jruby from complaining about the BOM, so I'll revert that on a subsequent push. |
- Bump aruba, cucumber, fakefs, mocha, reek, rubocop dependencies to most recent versions. - Introduce explicit development dependencies for irb, ostruct, and rdoc gems since they were removed from Ruby HEAD.
Note that the CHANGELOG will probably need some reworking before a release. Since we currently have lines for dropping both Ruby 2.7 and 3.0, and lines for dropping two overlapping sets of dependencies.
Check list: