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 c9f7e72 commit 6fb535d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-messaging.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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', '>= 5.2.4.3', "< 7.0"
spec.add_dependency 'activesupport', '>= 5.2.4.3', "<7.1"
spec.add_dependency 'rdkafka', '~> 0.8'
spec.add_dependency 'stomp', '~> 1.4.4'

Expand Down

0 comments on commit 6fb535d

Please sign in to comment.