Skip to content

Commit

Permalink
Bump the rails gem minimum for CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Oct 23, 2024
1 parent 0baa0eb commit d43fbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "manageiq-password", ">= 1.2.0", "< 2"
spec.add_dependency "more_core_extensions", ">= 3.5", "< 5"
spec.add_dependency "pg"
spec.add_dependency "rails", ">=7.0.8", "<8.0"
spec.add_dependency "rails", ">=7.0.8.5", "<8.0"

spec.add_development_dependency "manageiq-style", ">= 1.5.2"
spec.add_development_dependency "rspec"
Expand Down

0 comments on commit d43fbcc

Please sign in to comment.