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

Remove support for old Ruby versions #47

Merged
merged 6 commits into from Jul 28, 2023

Conversation

MassimilianoLattanzio
Copy link
Collaborator

Some features started failing after adding the support to Ruby 2.4 because we downgraded the rubocop version to 1.12.1 in d525445.

Since Ruby 2.4 is no longer supported by rubocop, we decided to require at least ruby 2.7.

Closes #46.

.rubocop_todo.yml Show resolved Hide resolved
Copy link
Contributor

@piyushswain piyushswain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks Good
Just some conflicts in the README that need to be fixed

Some features started failing after adding the support to Ruby 2.4
because we downgraded the rubocop version to 1.12.1 in d525445.

Since Ruby 2.4 is no longer supported by rubocop,
we decided to require at least ruby 2.7.
After removing ruby 2.4 support, rubocop raises a new offense
regarding Rubygems MFA.

We disable the cops temporarily to let us deploy the gem.
@MassimilianoLattanzio MassimilianoLattanzio merged commit 12af424 into master Jul 28, 2023
4 checks passed
@MassimilianoLattanzio MassimilianoLattanzio deleted the ml/remove-old-ruby-support branch July 28, 2023 13:46
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.

The new_cop command started to fail after adding the support to Ruby 2.4
4 participants