-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 required Ruby version to 3.2.0 #5341
base: master
Are you sure you want to change the base?
Conversation
@@ -1,3 +1,3 @@ | |||
eval_gemfile '../Gemfile' | |||
|
|||
gem 'activesupport', '~>7.2.1' | |||
gem 'activesupport', github: 'rails/rails' |
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.
Moving it back to what it used to be
997a536
to
a64ee91
Compare
@@ -117,7 +117,7 @@ def test_parse_invalid_json | |||
|
|||
assert_equal({ 'errors' => '{"key1": "value1", "key2": "value2"', | |||
'status' => 'Unable to parse JSON response', | |||
'message' => "859: unexpected token at '{\"key1\": \"value1\", \"key2\": \"value2\"'" }, | |||
'message' => "unexpected token at '{\"key1\": \"value1\", \"key2\": \"value2\"'" }, |
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.
This test is failing in master
a64ee91
to
6eadf75
Compare
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! I ran the tests and they work, here is a summary:
Finished in 27.42962 seconds.
6112 tests, 80798 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications
100% passed
222.82 tests/s, 2945.65 assertions/s
Running RuboCop...
Inspecting 803 files
803 files inspected, no offenses detected
No description provided.