diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-08 17:52:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 17:52:54 +0200 |
commit | eb0a323a4bc8fd08b4f7e4bdc34491765435cd55 (patch) | |
tree | 3927c69815f8cc04e2c690470774b003aac55419 /Gemfile | |
parent | 054b8d75c26021d962f33ec8d497fb928faaf7c1 (diff) |
Bump webpacker from 4.2.2 to 5.1.1 (#13631)
Bumps [webpacker](https://github.com/rails/webpacker) from 4.2.2 to 5.1.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/v4.2.2...v5.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile index 0b74f68c0..df1f9a95f 100644 --- a/Gemfile +++ b/Gemfile @@ -97,7 +97,7 @@ gem 'tty-command', '~> 0.9', require: false gem 'tty-prompt', '~> 0.21', require: false gem 'twitter-text', '~> 1.14' gem 'tzinfo-data', '~> 1.2019' -gem 'webpacker', '~> 4.2' +gem 'webpacker', '~> 5.1' gem 'webpush' gem 'json-ld' |