Remove bunny since it's not really used by default

This commit is contained in:
Eric Schultz 2020-10-08 11:23:32 -05:00 committed by Eric Schultz
parent cc4a8e5558
commit 1367e8bfb7
2 changed files with 3 additions and 4 deletions

View file

@ -15,7 +15,7 @@ gem 'rake', '~> 12.3.2'
gem 'sassc-rails', '~> 2.1', '>= 2.1.2'
gem 'sassc', '~> 2.0', '>= 2.0.1'
gem 'stripe', '~> 1.58' # January 19, 2017 version of the Stripe API https://stripe.com/docs/api
gem 'webpacker', '~> 5.1.1'
gem 'webpacker', '~> 5.2.1'
gem 'react-rails'
gem 'httparty', '~> 0.17.0' # https://github.com/jnunemaker/httparty
@ -35,7 +35,6 @@ gem 'roadie-rails', '~> 2.1' # email generation helpers
gem 'money', '~> 6.13'
# Database and Events
gem 'bunny', '~> 2.14', '>= 2.14.2' # RabittMQ
gem 'pg', '~> 0.11'
gem 'param_validation', path: 'gems/ruby-param-validation'

View file

@ -397,7 +397,7 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webpacker (5.1.1)
webpacker (5.2.1)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
@ -477,7 +477,7 @@ DEPENDENCIES
timecop (~> 0.9.1)
traceroute (~> 0.8.0)
webmock (~> 3.6, >= 3.6.2)
webpacker (~> 5.1.1)
webpacker (~> 5.2.1)
wisper-rspec (~> 1.1.0)
RUBY VERSION