From 26db6a80781949d0a958cd0845b29db24c379fe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 May 2021 10:18:36 +0000 Subject: [PATCH] Bump mimemagic from 0.3.10 to 0.4.3 Bumps [mimemagic](https://github.com/mimemagicrb/mimemagic) from 0.3.10 to 0.4.3. - [Release notes](https://github.com/mimemagicrb/mimemagic/releases) - [Changelog](https://github.com/mimemagicrb/mimemagic/blob/master/CHANGELOG.md) - [Commits](https://github.com/mimemagicrb/mimemagic/compare/v0.3.10...v0.4.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index bd71ca91e..9b90c30bb 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'apipie-rails', '~> 0.5.18' gem 'bootsnap', '>= 1.1.0', require: false gem 'iso8601', '0.12.1' # for dates and times gem 'mime-types-data' -gem 'mimemagic', '0.3.10' +gem 'mimemagic', '0.4.3' gem 'rails', '~> 6.0' gem 'rest-client' gem 'uglifier' diff --git a/Gemfile.lock b/Gemfile.lock index 6779b9472..116f8bd9b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -286,7 +286,7 @@ GEM mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2021.0225) - mimemagic (0.3.10) + mimemagic (0.4.3) nokogiri (~> 1) rake mini_mime (1.1.0) @@ -544,7 +544,7 @@ DEPENDENCIES kaminari lhv! mime-types-data - mimemagic (= 0.3.10) + mimemagic (= 0.4.3) minitest (~> 5.14) money-rails nokogiri (~> 1.11.3)