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

Tests: Update Ruby and dependencies #1424

Merged
merged 1 commit into from
Mar 10, 2023
Merged

Tests: Update Ruby and dependencies #1424

merged 1 commit into from
Mar 10, 2023

Conversation

edmorley
Copy link
Member

@edmorley edmorley commented Mar 10, 2023

Update from Ruby 2.7 to 3.1 and bump dependencies, given Ruby 2.7 EOLs soon. Ruby 3.1 had to be used since Hatchet doesn't yet support Ruby 3.2.

After upgrading, a number of new Rubocop fixes are needed, to resolve eg:

spec/hatchet/pip_spec.rb:92:88: C: [Correctable] Style/HashSyntax: Omit the hash value.
    let(:app) { Hatchet::Runner.new('spec/fixtures/requirements_editable', buildpacks: buildpacks) }

GUS-W-12670465.

@edmorley edmorley self-assigned this Mar 10, 2023
@edmorley edmorley force-pushed the update-ruby branch 2 times, most recently from c7be79b to bb272f2 Compare March 10, 2023 11:22
Update from Ruby 2.7 to 3.1 and bump dependencies, given Ruby 2.7
EOLs soon. Ruby 3.1 had to be used since Hatchet doesn't yet support
Ruby 3.2.

After upgrading, a number of new Rubocop fixes are needed, to resolve eg:

```
spec/hatchet/pip_spec.rb:92:88: C: [Correctable] Style/HashSyntax: Omit the hash value.
    let(:app) { Hatchet::Runner.new('spec/fixtures/requirements_editable', buildpacks: buildpacks) }
```

GUS-W-12670465.
@edmorley edmorley marked this pull request as ready for review March 10, 2023 11:29
@edmorley edmorley requested a review from a team as a code owner March 10, 2023 11:29
@edmorley edmorley enabled auto-merge (squash) March 10, 2023 12:37
@edmorley edmorley merged commit 63bdd55 into main Mar 10, 2023
@edmorley edmorley deleted the update-ruby branch March 10, 2023 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants