diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-12-30 00:11:30 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-30 00:11:30 +0900 |
commit | 6b7438091712ac73f8bdd302681568174e0906c8 (patch) | |
tree | ee0915e1b3d22b32dcc3dbb6a77cb81d99324645 /Gemfile | |
parent | e329ddc580742cf6116f7c9dd689fb10e5e6e35b (diff) |
Bump rqrcode from 1.1.2 to 1.2.0 (#15450)
Bumps [rqrcode](https://github.com/whomwah/rqrcode) from 1.1.2 to 1.2.0. - [Release notes](https://github.com/whomwah/rqrcode/releases) - [Commits](https://github.com/whomwah/rqrcode/commits/v1.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 64df9f40a..2e10299fe 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ gem 'rails-i18n', '~> 5.1' gem 'rails-settings-cached', '~> 0.6' gem 'redis', '~> 4.2', require: ['redis', 'redis/connection/hiredis'] gem 'mario-redis-lock', '~> 1.2', require: 'redis_lock' -gem 'rqrcode', '~> 1.1' +gem 'rqrcode', '~> 1.2' gem 'ruby-progressbar', '~> 1.10' gem 'sanitize', '~> 5.2' gem 'scenic', '~> 1.5' |