-
Notifications
You must be signed in to change notification settings - Fork 9
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
chore: Upgrade to Ruby 3.1 #1548
base: main
Are you sure you want to change the base?
Conversation
753d73b
to
bf91df4
Compare
Hi!!! I think we might need to bump selenium-webdrivers version here too This is a very helpful PR! https://github.com/artsy/volt/pull/7459/files |
3822e99
to
70c95b0
Compare
@@ -4,6 +4,7 @@ | |||
|
|||
require "rails/all" | |||
require_relative "../lib/jwt_middleware" | |||
require "ostruct" | |||
|
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.
lol
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.
Ok you got me - that's probably a symptom of something else but it fixed a bunch of these errors:
NameError:
uninitialized constant GraphQL::Compatibility::ExecutionSpecification::SpecificationSchema::OpenStruct
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.
Im laughing at ruby/removing this from the core library - its everywhere
70c95b0
to
43481c7
Compare
43481c7
to
358ae8b
Compare
Pursuant to our pattern of upgrading Ruby and then Rails this PR does the Ruby 3.1 upgrade in preparation for Rails 7.0. I had to upgrade Standard Ruby and also add a gem called "matrix" to the Gemfile which wasn't something I had bumped into before. 🤷
/cc @artsy/amber-devs