diff --git a/Gemfile b/Gemfile index baa36749..6f45e370 100644 --- a/Gemfile +++ b/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' diff --git a/Gemfile.lock b/Gemfile.lock index 62fdaeba..3f247ede 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.2) @@ -389,7 +389,7 @@ DEPENDENCIES rspec-rails rubocop-rails shoulda-matchers - shrine (~> 3.5) + shrine (~> 3.6) sidekiq sidekiq-cron simplecov