From 1bc5b298014494cada02800889067d550926b999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 15 Apr 2019 16:01:19 +0000 Subject: [PATCH] Bump webpacker from 3.5.5 to 4.0.2 Bumps [webpacker](https://github.com/rails/webpacker) from 3.5.5 to 4.0.2. - [Release notes](https://github.com/rails/webpacker/releases) - [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md) - [Commits](https://github.com/rails/webpacker/compare/v3.5.5...v4.0.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 010875e5..90c3dc6d 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'sass-rails', '~> 5.0' gem 'slack-notifier', '~> 2.3.2' gem 'turbolinks', '~> 5' gem 'uglifier', '>= 1.3.0' -gem 'webpacker', '~> 3.5' +gem 'webpacker', '~> 4.0' group :test do gem 'capybara', '~> 2.18' diff --git a/Gemfile.lock b/Gemfile.lock index f6ea5cef..3ae0fca5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -210,7 +210,7 @@ GEM puma (3.12.1) rack (2.0.7) rack-cors (1.0.3) - rack-proxy (0.6.4) + rack-proxy (0.6.5) rack rack-test (1.1.0) rack (>= 1.0, < 3) @@ -301,7 +301,7 @@ GEM addressable (>= 2.3.6) crack (>= 0.3.2) hashdiff - webpacker (3.5.5) + webpacker (4.0.2) activesupport (>= 4.2) rack-proxy (>= 0.6.1) railties (>= 4.2) @@ -353,7 +353,7 @@ DEPENDENCIES vcr (~> 4.0) web-console (>= 3.3.0) webmock (~> 3.5) - webpacker (~> 3.5) + webpacker (~> 4.0) BUNDLED WITH 1.16.4