update Ruby to 3.1#65533
Merged
Merged
Conversation
To pick up support for Ruby 3.1, in advance of a planned upgrade to that version: https://github.com/travisjeffery/timecop/blob/master/History.md#v094 Otherwise, we get errors like: ``` <internal:timev>:310:in `initialize': no implicit conversion of Hash into Integer (TypeError) from /home/ci/.rbenv/versions/3.1.0/lib/ruby/gems/3.1.0/gems/timecop-0.8.1/lib/timecop/time_extensions.rb:22:in `new' from /home/ci/.rbenv/versions/3.1.0/lib/ruby/gems/3.1.0/gems/timecop-0.8.1/lib/timecop/time_extensions.rb:22:in `new_with_mock_time' from <internal:timev>:224:in `now' from /home/ci/.rbenv/versions/3.1.0/lib/ruby/gems/3.1.0/gems/timecop-0.8.1/lib/timecop/time_extensions.rb:14:in `now_with_mock_time' ``` When trying to invoke `Time.now`
Hamms
added a commit
that referenced
this pull request
Jun 9, 2025
Follow-up to #65533, which updated the image being used to actually run the tests, but missed the one used to update the cache, resulting in broken builds. See thread at https://codedotorg.slack.com/archives/C046G4TRLEN/p1749497149668169 for more context
Hamms
added a commit
that referenced
this pull request
Jun 9, 2025
Follow-up to #65533, which updated the image being used to actually run the tests, but missed the one used to update the cache, resulting in broken builds. See thread at https://codedotorg.slack.com/archives/C046G4TRLEN/p1749497149668169 for more context
8 tasks
Hamms
added a commit
that referenced
this pull request
Jun 10, 2025
* Re-sign Drone after Ruby 3.1 Upgrade (#66408) * add redirect for /csaif * Use Updated Drone Image when Rebuilding Cache (#66415) Follow-up to #65533, which updated the image being used to actually run the tests, but missed the one used to update the cache, resulting in broken builds. See thread at https://codedotorg.slack.com/archives/C046G4TRLEN/p1749497149668169 for more context * speculatively update the NewRelic gem to 8.3, to pick up support for Ruby 3.1 (#66416) --------- Co-authored-by: Code.org Deploy Systems <dev@code.org> Co-authored-by: Stephen Liang <538214+stephenliang@users.noreply.github.com> Co-authored-by: Stephen Liang <stephenliang@users.noreply.github.com>
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #66240
This PR updates all systems to use Ruby 3.1