From d9fd10e830cbc7f5b18cb9e2af451bf02dce7aa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 14:43:38 +0000 Subject: [PATCH] Bump shrine from 3.5.0 to 3.6.0 Bumps [shrine](https://github.com/shrinerb/shrine) from 3.5.0 to 3.6.0. - [Changelog](https://github.com/shrinerb/shrine/blob/master/CHANGELOG.md) - [Commits](https://github.com/shrinerb/shrine/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: shrine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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