diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-08-21 05:23:52 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-21 05:23:52 +0900 |
commit | c5092f8b6211bed3f2022562aef72ec9f68c4c0d (patch) | |
tree | 20b48236305a92c8423a7bc301d8b9edf14964d1 /Gemfile | |
parent | 429de48d56c5c3275e601acb0d13c1805367db7b (diff) |
Bump webpacker from 5.1.1 to 5.2.0 (#14586)
Bumps [webpacker](https://github.com/rails/webpacker) from 5.1.1 to 5.2.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.1.1...v5.2.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[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 c34ce3d43..8494a7923 100644 --- a/Gemfile +++ b/Gemfile @@ -97,7 +97,7 @@ gem 'strong_migrations', '~> 0.7' gem 'tty-prompt', '~> 0.22', require: false gem 'twitter-text', '~> 1.14' gem 'tzinfo-data', '~> 1.2020' -gem 'webpacker', '~> 5.1' +gem 'webpacker', '~> 5.2' gem 'webpush' gem 'json-ld' |