]> cat aescling's git repositories - mastodon.git/commitdiff
Bump webpacker from 5.2.1 to 5.3.0 (#16144)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 7 May 2021 03:33:21 +0000 (12:33 +0900)
committerGitHub <noreply@github.com>
Fri, 7 May 2021 03:33:21 +0000 (12:33 +0900)
Bumps [webpacker](https://github.com/rails/webpacker) from 5.2.1 to 5.3.0.
- [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/v5.2.1...v5.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 318564ba68644acd01c7d2078c53022004e5bee0..614aeb2051c2d9648ca09001470dcbb437da8611 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -91,7 +91,7 @@ gem 'strong_migrations', '~> 0.7'
 gem 'tty-prompt', '~> 0.23', require: false
 gem 'twitter-text', '~> 3.1.0'
 gem 'tzinfo-data', '~> 1.2021'
-gem 'webpacker', '~> 5.2'
+gem 'webpacker', '~> 5.3'
 gem 'webpush', '~> 0.3'
 gem 'webauthn', '~> 3.0.0.alpha1'
 
index 1b028513c31792b1c7e938a0f2afb119f07e9a55..8cd4a97f13c4ef8fa29d3bcac46e4e57586d019d 100644 (file)
@@ -555,7 +555,7 @@ GEM
       activerecord (>= 4.0.0)
       railties (>= 4.0.0)
     securecompare (1.0.0)
-    semantic_range (2.3.0)
+    semantic_range (3.0.0)
     sidekiq (6.2.1)
       connection_pool (>= 2.2.2)
       rack (~> 2.0)
@@ -650,7 +650,7 @@ GEM
       addressable (>= 2.3.6)
       crack (>= 0.3.2)
       hashdiff (>= 0.4.0, < 2.0.0)
-    webpacker (5.2.1)
+    webpacker (5.3.0)
       activesupport (>= 5.2)
       rack-proxy (>= 0.6.1)
       railties (>= 5.2)
@@ -792,6 +792,6 @@ DEPENDENCIES
   tzinfo-data (~> 1.2021)
   webauthn (~> 3.0.0.alpha1)
   webmock (~> 3.12)
-  webpacker (~> 5.2)
+  webpacker (~> 5.3)
   webpush (~> 0.3)
   xorcist (~> 1.1)