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

[MORPHY] Rexml rails version #777

Merged
merged 1 commit into from
Jan 10, 2025
Merged

Conversation

kbrock
Copy link
Member

@kbrock kbrock commented Jan 9, 2025

@kbrock kbrock added dependencies Mend: dependency security vulnerability Security vulnerability detected by WhiteSource labels Jan 9, 2025
@@ -25,10 +25,10 @@ Gem::Specification.new do |spec|
spec.add_dependency "more_core_extensions", ">= 3.5", "< 5"
spec.add_dependency "pg"
spec.add_dependency "pg-pglogical", "~> 2.1.1"
spec.add_dependency "rails", "~>6.0.0"
spec.add_dependency "rails", "~> 6.0.0", "> 6.0.6.1"
Copy link
Member

Choose a reason for hiding this comment

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

You missed the = - this will fail without it.

Suggested change
spec.add_dependency "rails", "~> 6.0.0", "> 6.0.6.1"
spec.add_dependency "rails", "~> 6.0.6", ">= 6.0.6.1"


spec.add_development_dependency "manageiq-style", ">= 1.5.2"
spec.add_development_dependency "manageiq-style", ">= 1.5.3"
Copy link
Member

Choose a reason for hiding this comment

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

To keep it consistent, can you also make this change on master?

Copy link
Member Author

Choose a reason for hiding this comment

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

@kbrock kbrock force-pushed the rexml-rails-version branch from 860d364 to eec3d71 Compare January 9, 2025 23:25
@kbrock
Copy link
Member Author

kbrock commented Jan 9, 2025

update:

  • fixed rails minimum version

@Fryguy Fryguy merged commit f1814e0 into ManageIQ:morphy Jan 10, 2025
1 check passed
@kbrock kbrock deleted the rexml-rails-version branch January 10, 2025 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Mend: dependency security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants