Skip to content

Commit

Permalink
Merge pull request #404 from drobny/remove-upper-limit-dependency-of-…
Browse files Browse the repository at this point in the history
…activesupport

Remove upper dependency version limit on activesupport

(cherry picked from commit b980876)
  • Loading branch information
michaelklishin committed Dec 11, 2024
1 parent c1d2419 commit e72538d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hutch.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
end
gem.add_runtime_dependency 'carrot-top', '~> 0.0.7'
gem.add_runtime_dependency 'multi_json', '~> 1.15'
gem.add_runtime_dependency 'activesupport', '>= 4.2', '<= 8'
gem.add_runtime_dependency 'activesupport', '>= 4.2'

gem.name = 'hutch'
gem.summary = 'Opinionated asynchronous inter-service communication using RabbitMQ'
Expand Down

0 comments on commit e72538d

Please sign in to comment.