~cytrogen/masto-fe

d7fd2c5763b49678c8f5b19a6d30fec68c740f74 — dependabot[bot] 2 years ago 4ea2453
Bump rqrcode from 2.1.2 to 2.2.0 (#25086)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 files changed, 3 insertions(+), 3 deletions(-)

M Gemfile
M Gemfile.lock
M Gemfile => Gemfile +1 -1
@@ 75,7 75,7 @@ gem 'rails-settings-cached', '~> 0.6', git: 'https://github.com/mastodon/rails-s
gem 'redcarpet', '~> 3.6'
gem 'redis', '~> 4.5', require: ['redis', 'redis/connection/hiredis']
gem 'mario-redis-lock', '~> 1.2', require: 'redis_lock'
gem 'rqrcode', '~> 2.1'
gem 'rqrcode', '~> 2.2'
gem 'ruby-progressbar', '~> 1.13'
gem 'sanitize', '~> 6.0'
gem 'scenic', '~> 1.7'

M Gemfile.lock => Gemfile.lock +2 -2
@@ 576,7 576,7 @@ GEM
    rexml (3.2.5)
    rotp (6.2.2)
    rpam2 (4.0.2)
    rqrcode (2.1.2)
    rqrcode (2.2.0)
      chunky_png (~> 1.0)
      rqrcode_core (~> 1.0)
    rqrcode_core (1.2.0)


@@ 860,7 860,7 @@ DEPENDENCIES
  redcarpet (~> 3.6)
  redis (~> 4.5)
  redis-namespace (~> 1.10)
  rqrcode (~> 2.1)
  rqrcode (~> 2.2)
  rspec-rails (~> 6.0)
  rspec-sidekiq (~> 3.1)
  rspec_chunked (~> 0.6)