Skip to content

Commit

Permalink
Depend on latest Bunny 2.23.x
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 19, 2024
1 parent 33af58d commit b26c9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kicks.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']

gem.add_dependency 'serverengine', '~> 2.1'
gem.add_dependency 'bunny', '~> 2.19'
gem.add_dependency 'bunny', '~> 2.23'
gem.add_dependency 'concurrent-ruby', '~> 1.0'
gem.add_dependency 'thor'
gem.add_dependency 'rake', '>= 12.3', '< 14.0'
Expand Down

0 comments on commit b26c9dd

Please sign in to comment.