chore: Bump rabbit_carrots gem version to 1.1.1 in Gemfile.lock and version.rb.

This commit is contained in:
Ari Karim 2026-01-18 14:31:20 +03:00
parent d553042d1c
commit 0bcaee2805
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
remote: .
specs:
rabbit_carrots (1.1.0)
rabbit_carrots (1.1.1)
bunny (>= 2.22)
connection_pool (>= 2.4)

View File

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