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 a9df4db commit f0b4591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ovirt_metrics.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.5.8"

spec.add_dependency "activerecord", ">=5.0", "<7.0"
spec.add_dependency "activerecord", ">=5.0", "<7.1"
spec.add_dependency "pg"

spec.add_development_dependency "bundler"
Expand Down

0 comments on commit f0b4591

Please sign in to comment.