Bump webpacker from 5.0.0 to 5.0.1 (#6863)

Bumps [webpacker](https://github.com/rails/webpacker) from 5.0.0 to 5.0.1.
- [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.0.0...v5.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-03-26 09:49:58 -04:00 committed by GitHub
parent e2fb9fcdce
commit 21d4b0229d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -103,7 +103,7 @@ gem "typhoeus", "~> 1.3.1" # Used with Elasticsearch to support http keep-alive
gem "uglifier", "~> 4.2" # Uglifier minifies JavaScript files
gem "ulid", "~> 1.2" # Universally Unique Lexicographically Sortable Identifier implementation for Ruby
gem "validate_url", "~> 1.0" # Library for validating urls in Rails
gem "webpacker", "~> 5.0.0" # Use webpack to manage app-like JavaScript modules in Rails
gem "webpacker", "~> 5.0.1" # Use webpack to manage app-like JavaScript modules in Rails
group :development do
gem "better_errors", "~> 2.6" # Provides a better error page for Rails and other Rack apps

View file

@ -841,7 +841,7 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webpacker (5.0.0)
webpacker (5.0.1)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
@ -1003,7 +1003,7 @@ DEPENDENCIES
web-console (~> 3.7)
webdrivers (~> 4.2)
webmock (~> 3.8)
webpacker (~> 5.0.0)
webpacker (~> 5.0.1)
yard (~> 0.9.24)
yard-activerecord (~> 0.0.16)
yard-activesupport-concern (~> 0.0.1)