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 core minimum but allow 7.0/7.1/7.2 since core sets upper limit #129

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

jrafanie
Copy link
Member

Drop end of life rubies and rails and add new versions

Ensure we're testing and supporting community supported versions.

Drop:

  • rails 6.0
  • rails 6.1

Add:

  • ruby 3.2
  • ruby 3.3
  • rails 7.1
  • rails 7.2

Note: ruby 3.0 is not difficult to keep maintaining for now but it's on the chopping block.

@@ -6,6 +6,7 @@ require 'manageiq/api/client/version'
Gem::Specification.new do |spec|
spec.name = "manageiq-api-client"
spec.version = ManageIQ::API::Client::VERSION
spec.required_ruby_version = '>= 3.0'
Copy link
Member

Choose a reason for hiding this comment

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

This is a weird spot within the file to put this. I think typically this line comes before the dependencies list in it's own paragraph, so let's move it down this.

Copy link
Member Author

Choose a reason for hiding this comment

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

haha, I was following the convention we had in a few where it followed the version, like above. I agree. I can move it.

Copy link
Member Author

Choose a reason for hiding this comment

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

done

Copy link
Member

Choose a reason for hiding this comment

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

oh weird - we should change those other ones then, too

Drop end of life rubies and rails and add new versions

Ensure we're testing and supporting community supported
versions.

Drop:
* rails 6.0
* rails 6.1

Add:
* ruby 3.2
* ruby 3.3
* rails 7.1
* rails 7.2

Note: ruby 3.0 is not difficult to keep maintaining for now but it's on the chopping block.
@jrafanie jrafanie force-pushed the update_ruby_rails_dependencies branch from 5396c94 to 3a2ff38 Compare September 25, 2024 21:48
@kbrock kbrock merged commit 7bdb347 into ManageIQ:master Sep 26, 2024
12 checks passed
@jrafanie jrafanie deleted the update_ruby_rails_dependencies branch November 6, 2024 18:27
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.

3 participants