Skip to content

Commit

Permalink
Allow rails 7 gems in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Jan 12, 2024
1 parent e63f02a commit 8952d52
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 @@ -24,7 +24,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.0"
spec.add_dependency "rails", ">=6.0.4", "<7.1"

spec.add_development_dependency "manageiq-style"
spec.add_development_dependency "rspec"
Expand Down

0 comments on commit 8952d52

Please sign in to comment.