]> cat aescling's git repositories - mastodon.git/commitdiff
Bump rqrcode from 2.0.0 to 2.1.0 (#16678)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 31 Aug 2021 11:58:34 +0000 (20:58 +0900)
committerGitHub <noreply@github.com>
Tue, 31 Aug 2021 11:58:34 +0000 (20:58 +0900)
Bumps [rqrcode](https://github.com/whomwah/rqrcode) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/whomwah/rqrcode/releases)
- [Changelog](https://github.com/whomwah/rqrcode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/whomwah/rqrcode/compare/v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: rqrcode
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gemfile
Gemfile.lock

diff --git a/Gemfile b/Gemfile
index 78746402b31b6d9ad1e991e33eb72fc190e4242a..d2c8cf86fc256dc262942d1f280d89e0ec96780d 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -75,7 +75,7 @@ gem 'rails-i18n', '~> 6.0'
 gem 'rails-settings-cached', '~> 0.6'
 gem 'redis', '~> 4.4', require: ['redis', 'redis/connection/hiredis']
 gem 'mario-redis-lock', '~> 1.2', require: 'redis_lock'
-gem 'rqrcode', '~> 2.0'
+gem 'rqrcode', '~> 2.1'
 gem 'ruby-progressbar', '~> 1.11'
 gem 'sanitize', '~> 6.0'
 gem 'scenic', '~> 1.5'
index 2043b9b7a89f8ea1e74a70743e1adc272c18386f..0f020c4e367568b7b809b1d476dfeea409dd62b8 100644 (file)
@@ -496,10 +496,10 @@ GEM
     rexml (3.2.5)
     rotp (6.2.0)
     rpam2 (4.0.2)
-    rqrcode (2.0.0)
+    rqrcode (2.1.0)
       chunky_png (~> 1.0)
       rqrcode_core (~> 1.0)
-    rqrcode_core (1.0.0)
+    rqrcode_core (1.2.0)
     rspec-core (3.10.1)
       rspec-support (~> 3.10.0)
     rspec-expectations (3.10.1)
@@ -761,7 +761,7 @@ DEPENDENCIES
   rdf-normalize (~> 0.4)
   redis (~> 4.4)
   redis-namespace (~> 1.8)
-  rqrcode (~> 2.0)
+  rqrcode (~> 2.1)
   rspec-rails (~> 5.0)
   rspec-sidekiq (~> 3.1)
   rspec_junit_formatter (~> 0.4)