webpacker 5.3.0 → 5.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -1
- data/Gemfile.lock +59 -59
- data/lib/webpacker/configuration.rb +15 -4
- data/lib/webpacker/env.rb +5 -1
- data/lib/webpacker/version.rb +1 -1
- data/package.json +12 -12
- data/yarn.lock +382 -215
- metadata +4 -4
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: webpacker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.
|
4
|
+
version: 5.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Heinemeier Hansson
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2021-
|
12
|
+
date: 2021-05-18 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: activesupport
|
@@ -306,8 +306,8 @@ homepage: https://github.com/rails/webpacker
|
|
306
306
|
licenses:
|
307
307
|
- MIT
|
308
308
|
metadata:
|
309
|
-
source_code_uri: https://github.com/rails/webpacker/tree/v5.
|
310
|
-
changelog_uri: https://github.com/rails/webpacker/blob/v5.
|
309
|
+
source_code_uri: https://github.com/rails/webpacker/tree/v5.4.0
|
310
|
+
changelog_uri: https://github.com/rails/webpacker/blob/v5.4.0/CHANGELOG.md
|
311
311
|
post_install_message:
|
312
312
|
rdoc_options: []
|
313
313
|
require_paths:
|