diff --git a/Gemfile b/Gemfile index 8cac76b1..8370212f 100755 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/Gemfile.lock b/Gemfile.lock index ed3c1441..8b65089b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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