summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-02-02 21:36:02 -0700
committermo khan <mo@mokhan.ca>2015-02-02 21:36:02 -0700
commit5402200c3b6a83869a77f35b2ef9911096942dd4 (patch)
treea2487770db9db28cb17da68f56ca2c0dac73354e
parent543b37a327d8ad70cd2c46666759f5fae06f6c32 (diff)
install bunny gem.
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock4
2 files changed, 5 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index e1e46b7..78d56d8 100644
--- a/Gemfile
+++ b/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
diff --git a/Gemfile.lock b/Gemfile.lock
index d258f8e..7b3d09d 100644
--- a/Gemfile.lock
+++ b/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)