Skip to content

Commit b980876

Browse files
authoredDec 11, 2024··
Merge pull request #404 from drobny/remove-upper-limit-dependency-of-activesupport
Remove upper dependency version limit on activesupport
2 parents 98bfefe + 6e0f817 commit b980876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎hutch.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
1010
end
1111
gem.add_runtime_dependency 'carrot-top', '~> 0.0.7'
1212
gem.add_runtime_dependency 'multi_json', '~> 1.15'
13-
gem.add_runtime_dependency 'activesupport', '>= 4.2', '<= 8'
13+
gem.add_runtime_dependency 'activesupport', '>= 4.2'
1414

1515
gem.name = 'hutch'
1616
gem.summary = 'Opinionated asynchronous inter-service communication using RabbitMQ'

0 commit comments

Comments
 (0)
Please sign in to comment.