Skip to content

Commit

Permalink
Relax activesupport runtime dependency to support Rails 8.x
Browse files Browse the repository at this point in the history
  • Loading branch information
drobny committed Nov 8, 2024
1 parent b413269 commit 4c21caa
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', '<= 8'

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

0 comments on commit 4c21caa

Please sign in to comment.