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

Bump required_ruby_version to be used in bundle gem template #7430

Merged
merged 1 commit into from
Jan 27, 2024

Conversation

ohbarye
Copy link
Contributor

@ohbarye ohbarye commented Jan 27, 2024

What was the end-user or developer problem that led to this PR?

bundle gem command generates .gemspec, rubocop.yml and standard.yml with outdated Ruby version 2.6.0. As a gem creator, I expect the version should be any supported one.

What is your fix for the problem, implemented in this PR?

I just bumped required_ruby_version to 3.0.0 that is still supported.

I think it's reasonable since 2.6 and 2.7 are EOL and bundler dropped their support by #7116.

Make sure the following tasks are checked

since 2.6 and 2.7 are EOL and bundler dropped their support by rubygems#7116.
Copy link

welcome bot commented Jan 27, 2024

Thanks for opening a pull request and helping make RubyGems and Bundler better! Someone from the RubyGems team will take a look at your pull request shortly and leave any feedback. Please make sure that your pull request has tests for any changes or added functionality.

We use GitHub Actions to test and make sure your change works functionally and uses acceptable conventions, you can review the current progress of GitHub Actions in the PR status window below.

If you have any questions or concerns that you wish to ask, feel free to leave a comment in this PR or join our #rubygems or #bundler channel on Slack.

For more information about contributing to the RubyGems project feel free to review our CONTRIBUTING guide

Copy link
Member

@martinemde martinemde left a comment

Choose a reason for hiding this comment

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

Yes of course! Thank you for spotting this.

@martinemde martinemde merged commit b4c8477 into rubygems:master Jan 27, 2024
82 checks passed
@ohbarye ohbarye deleted the patch-1 branch January 28, 2024 01:24
deivid-rodriguez pushed a commit that referenced this pull request Feb 5, 2024
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.

None yet

3 participants