mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-11 09:41:40 -05:00
Merge pull request #24 from Freika/dependabot/bundler/shrine-3.6.0
Bump shrine from 3.5.0 to 3.6.0
This commit is contained in:
commit
783a4d280a
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -13,7 +13,7 @@ gem 'pg'
|
|||
gem 'puma'
|
||||
gem 'pundit'
|
||||
gem 'rails'
|
||||
gem 'shrine', '~> 3.5'
|
||||
gem 'shrine', '~> 3.6'
|
||||
gem 'sidekiq'
|
||||
gem 'sidekiq-cron'
|
||||
gem 'sprockets-rails'
|
||||
|
|
|
|||
|
|
@ -295,7 +295,7 @@ GEM
|
|||
ruby-progressbar (1.13.0)
|
||||
shoulda-matchers (6.2.0)
|
||||
activesupport (>= 5.2.0)
|
||||
shrine (3.5.0)
|
||||
shrine (3.6.0)
|
||||
content_disposition (~> 1.0)
|
||||
down (~> 5.1)
|
||||
sidekiq (7.2.4)
|
||||
|
|
@ -389,7 +389,7 @@ DEPENDENCIES
|
|||
rspec-rails
|
||||
rubocop-rails
|
||||
shoulda-matchers
|
||||
shrine (~> 3.5)
|
||||
shrine (~> 3.6)
|
||||
sidekiq
|
||||
sidekiq-cron
|
||||
simplecov
|
||||
|
|
|
|||
Loading…
Reference in a new issue