Skip to content

Commit

Permalink
Merge pull request #762 from Fryguy/bump_for_cves
Browse files Browse the repository at this point in the history
Bump the rails gem minimum for CVEs
  • Loading branch information
jrafanie authored Oct 23, 2024
2 parents 0baa0eb + d43fbcc commit 075a130
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 075a130

Please sign in to comment.