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 57df84c commit 65cb716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-providers-openstack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "activesupport", "~> 6.0"
spec.add_dependency "activesupport", ">=6.0"
spec.add_dependency "bunny", "~> 2.1.0"
spec.add_dependency "excon", "~> 0.71"
spec.add_dependency "fog-openstack", "~> 1.1"
Expand Down

0 comments on commit 65cb716

Please sign in to comment.