Skip to content

Commit 5605b82

Browse files
dependabot-preview[bot]Gargron
authored andcommitted
Bump webpacker from 4.0.7 to 4.2.0 (#12416)
* Bump webpacker from 4.0.7 to 4.2.0 Bumps [webpacker](https://github.com/rails/webpacker) from 4.0.7 to 4.2.0. - [Release notes](https://github.com/rails/webpacker/releases) - [Changelog](https://github.com/rails/webpacker/blob/master/CHANGELOG.md) - [Commits](rails/webpacker@v4.0.7...v4.2.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Use NODE_ENV=tests instead of test, to work around async modules not having a chunk
1 parent 8dfc45f commit 5605b82

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.env.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Node.js
2-
NODE_ENV=test
2+
NODE_ENV=tests
33
# Federation
44
LOCAL_DOMAIN=cb6e6126.ngrok.io
55
LOCAL_HTTPS=true

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ gem 'tty-command', '~> 0.9', require: false
9393
gem 'tty-prompt', '~> 0.19', require: false
9494
gem 'twitter-text', '~> 1.14'
9595
gem 'tzinfo-data', '~> 1.2019'
96-
gem 'webpacker', '~> 4.0'
96+
gem 'webpacker', '~> 4.2'
9797
gem 'webpush'
9898

9999
gem 'json-ld', git: 'https://github.com/ruby-rdf/json-ld.git', ref: 'e742697a0906e74e8bb777ef98137bc3955d981d'

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ GEM
660660
addressable (>= 2.3.6)
661661
crack (>= 0.3.2)
662662
hashdiff (>= 0.4.0, < 2.0.0)
663-
webpacker (4.0.7)
663+
webpacker (4.2.0)
664664
activesupport (>= 4.2)
665665
rack-proxy (>= 0.6.1)
666666
railties (>= 4.2)
@@ -800,7 +800,7 @@ DEPENDENCIES
800800
twitter-text (~> 1.14)
801801
tzinfo-data (~> 1.2019)
802802
webmock (~> 3.7)
803-
webpacker (~> 4.0)
803+
webpacker (~> 4.2)
804804
webpush
805805

806806
RUBY VERSION
File renamed without changes.

0 commit comments

Comments
 (0)