Skip to content

Commit

Permalink
dev.
Browse files Browse the repository at this point in the history
  • Loading branch information
ash committed Dec 19, 2023
1 parent e49c9a0 commit 588c03b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
yabeda-rabbit_messaging (0.0.1)
rabbit_messaging
rabbit_messaging (~> 0.6)
yabeda (~> 0.8)

GEM
Expand Down
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"
spec.add_dependency "rabbit_messaging", "~> 0.6"
spec.add_dependency "yabeda", "~> 0.8"
end

0 comments on commit 588c03b

Please sign in to comment.