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

Update required Ruby version to 3.2.0 #5341

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Update required Ruby version to 3.2.0 #5341

merged 1 commit into from
Dec 11, 2024

Conversation

almalee24
Copy link
Contributor

No description provided.

@almalee24 almalee24 requested a review from a team November 20, 2024 16:57
@@ -1,3 +1,3 @@
eval_gemfile '../Gemfile'

gem 'activesupport', '~>7.2.1'
gem 'activesupport', github: 'rails/rails'
Copy link
Contributor Author

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

@@ -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\"'" },
Copy link
Contributor Author

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

Copy link
Contributor

@sinourain sinourain left a 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

@almalee24 almalee24 force-pushed the update_to_ruby_3.2 branch 2 times, most recently from 3af8068 to b53cc90 Compare December 11, 2024 16:42
@almalee24 almalee24 merged commit b53cc90 into master Dec 11, 2024
5 checks passed
@almalee24 almalee24 deleted the update_to_ruby_3.2 branch December 11, 2024 17:30
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.

2 participants