diff --git a/Gemfile.lock b/Gemfile.lock index d9c5cb1..63fa79b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rabbit_carrots (0.1.14) + rabbit_carrots (0.1.15) bunny (>= 2.19.0) connection_pool (~> 2.3.0) @@ -66,4 +66,4 @@ DEPENDENCIES rubocop (~> 1.21) BUNDLED WITH - 2.3.23 + 2.3.26 diff --git a/lib/rabbit_carrots/version.rb b/lib/rabbit_carrots/version.rb index 143cbac..72adf9d 100644 --- a/lib/rabbit_carrots/version.rb +++ b/lib/rabbit_carrots/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RabbitCarrots - VERSION = "0.1.14" + VERSION = "0.1.15" end