Upgrade rabbit_carrots to version 1.0.7 in Gemfile.lock and version.rb for improved functionality and compatibility.

This commit is contained in:
Ari Karim 2026-01-18 10:02:36 +03:00
parent 70ec48a377
commit aa5412963f
No known key found for this signature in database
GPG Key ID: 1A5559E2E32F1805
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
rabbit_carrots (1.0.4) rabbit_carrots (1.0.7)
bunny (>= 2.22) bunny (>= 2.22)
connection_pool (~> 2.4) connection_pool (~> 2.4)

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true # frozen_string_literal: true
module RabbitCarrots module RabbitCarrots
VERSION = '1.0.4' VERSION = '1.0.7'
end end