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:
parent
e2fb9fcdce
commit
21d4b0229d
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue