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

Use required_rubygems_version instead of rubygems_version #1629

Merged
merged 2 commits into from
Apr 25, 2022

Conversation

mishina2228
Copy link
Member

@mishina2228 mishina2228 commented Apr 24, 2022

Description

This is the same change made in cucumber/cucumber-rails#533.

rubygems_version is used, probably a mistake for required_rubygems_version.
Because rubygems_version should not be set.
refs: https://github.com/rubygems/rubygems/blob/2faada63ae65d8559bcba9e083f3c35ba6c18fdc/lib/rubygems/specification.rb#L536-L541

Type of change

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • Tests have been added for any changes to behaviour of the code
  • New and existing tests are passing locally and on CI
  • bundle exec rubocop reports no offenses
  • RDoc comments have been updated
  • CHANGELOG.md has been updated

@mishina2228 mishina2228 marked this pull request as ready for review April 24, 2022 09:57
Copy link
Contributor

@aurelien-reeves aurelien-reeves left a comment

Choose a reason for hiding this comment

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

Thanks 👍

@aurelien-reeves aurelien-reeves merged commit d66a165 into main Apr 25, 2022
@mishina2228 mishina2228 deleted the use-required_rubygems_version-in-gemspec branch April 25, 2022 13:53
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