Skip to content

Commit

Permalink
Relax rabbit_messaging dependency (#5)
Browse files Browse the repository at this point in the history
- Remove rabbit_messaging version dependency
  • Loading branch information
tycooon authored Apr 3, 2024
1 parent 3e812c8 commit 20a017a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
yabeda-rabbit_messaging (0.0.2)
rabbit_messaging (~> 0.6)
yabeda-rabbit_messaging (0.0.3)
rabbit_messaging
yabeda (~> 0.8)

GEM
Expand Down Expand Up @@ -286,6 +286,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand Down
2 changes: 1 addition & 1 deletion lib/yabeda/rabbit_messaging/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Yabeda
module RabbitMessaging
VERSION = "0.0.2"
VERSION = "0.0.3"
end
end
2 changes: 1 addition & 1 deletion yabeda-rabbit_messaging.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]
spec.required_ruby_version = ">= 2.5.0"

spec.add_dependency "rabbit_messaging", "~> 0.6"
spec.add_dependency "rabbit_messaging"
spec.add_dependency "yabeda", "~> 0.8"
end

0 comments on commit 20a017a

Please sign in to comment.