Commit 5402200
Changed files (2)
Gemfile
@@ -31,6 +31,7 @@ gem 'sdoc', '~> 0.4.0', group: :doc
# Use Capistrano for deployment
# gem 'capistrano-rails', group: :development
+gem 'bunny'
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
Gemfile.lock
@@ -36,10 +36,13 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
+ amq-protocol (1.9.2)
arel (6.0.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.2.2)
+ bunny (1.6.3)
+ amq-protocol (>= 1.9.2)
byebug (3.5.1)
columnize (~> 0.8)
debugger-linecache (~> 1.2)
@@ -149,6 +152,7 @@ PLATFORMS
ruby
DEPENDENCIES
+ bunny
byebug
coffee-rails (~> 4.1.0)
jbuilder (~> 2.0)