diff --git a/Gemfile.lock b/Gemfile.lock index 5492aa4..a92a166 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rabbit_carrots (1.0.3) + rabbit_carrots (1.0.4) bunny (>= 2.22) connection_pool (~> 2.4) diff --git a/lib/puma/plugin/rabbit_carrots.rb b/lib/puma/plugin/rabbit_carrots.rb index e4301ea..79fd20f 100644 --- a/lib/puma/plugin/rabbit_carrots.rb +++ b/lib/puma/plugin/rabbit_carrots.rb @@ -1,5 +1,5 @@ # rabbit_carrots.rb - +require 'English' require 'puma/plugin' require 'rabbit_carrots' diff --git a/lib/rabbit_carrots/version.rb b/lib/rabbit_carrots/version.rb index 55c2024..a05e114 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.3' + VERSION = '1.0.4' end