Skip to content

Commit

Permalink
Merge pull request #754 from jrafanie/allow_rails_7_versions_only
Browse files Browse the repository at this point in the history
Use core minimum but allow 7.0/7.1/7.2 since core sets upper limit
  • Loading branch information
Fryguy authored Sep 24, 2024
2 parents 688930b + 4228aae commit 01f7239
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", ">=6.0.4", "<7.1"
spec.add_dependency "rails", ">=7.0.8", "<8.0"

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

0 comments on commit 01f7239

Please sign in to comment.