From 8f8882c4281e08ee5e460e092c420a93948e0c76 Mon Sep 17 00:00:00 2001 From: Ari Karim Date: Sun, 18 Jan 2026 11:06:19 +0300 Subject: [PATCH] chore: Bump rabbit_carrots gem version to 1.1.0 in Gemfile.lock and version.rb. --- Gemfile.lock | 2 +- lib/rabbit_carrots/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f3056ec..1fac58e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rabbit_carrots (1.0.6) + rabbit_carrots (1.1.0) bunny (>= 2.22) connection_pool (>= 2.4) diff --git a/lib/rabbit_carrots/version.rb b/lib/rabbit_carrots/version.rb index 6fd40c2..c02111d 100644 --- a/lib/rabbit_carrots/version.rb +++ b/lib/rabbit_carrots/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RabbitCarrots - VERSION = '1.0.6' + VERSION = '1.1.0' end