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
  • Loading branch information
michaelklishin authored Dec 11, 2024
2 parents 98bfefe + 6e0f817 commit b980876
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 b980876

Please sign in to comment.