diff --git a/Gemfile.lock b/Gemfile.lock index c414f15..95ed499 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rabbit_carrots (0.1.8) + rabbit_carrots (0.1.10) activesupport (>= 6.0.0) bunny (>= 2.19.0) connection_pool (~> 2.3.0) diff --git a/lib/rabbit_carrots/connection.rb b/lib/rabbit_carrots/connection.rb index 4f64ca2..f626610 100644 --- a/lib/rabbit_carrots/connection.rb +++ b/lib/rabbit_carrots/connection.rb @@ -14,7 +14,7 @@ module RabbitCarrots vhost: RabbitCarrots.configuration.rabbitmq_vhost ) - puts "Putting Config: #{RabbitCarrots.configuration}" + puts "Putting Config: #{RabbitCarrots.configuration.rabbitmq_host}" @connection.start end