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

Drop Ruby 2.7 support #272

Merged
merged 6 commits into from
Mar 24, 2023
Merged

Drop Ruby 2.7 support #272

merged 6 commits into from
Mar 24, 2023

Conversation

MuriloDalRi
Copy link
Contributor

@MuriloDalRi MuriloDalRi force-pushed the drop-ruby-2-7-support branch from f782dce to dd1fefd Compare March 24, 2023 10:43
MuriloDalRi and others added 3 commits March 24, 2023 11:42
Updates the CHANGELOG.md file to include the following changes:

Drop support for Ruby 2.7.
```
bundle exec rubocop -A
Inspecting 41 files
...C.....................................

Offenses:

lib/govspeak.rb:35:18: C: [Corrected] Style/RedundantFreeze: Do not freeze immutable objects, as freezing them has no effect.
    UUID_REGEX = /^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.freeze
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```
41 files inspected, 1 offense detected, 1 offense corrected
@MuriloDalRi MuriloDalRi merged commit 047dd6f into main Mar 24, 2023
@MuriloDalRi MuriloDalRi deleted the drop-ruby-2-7-support branch March 24, 2023 14:55
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