From 79133df4a93ddb454347bb9c4de3dcff946853be Mon Sep 17 00:00:00 2001 From: Pirate Praveen Date: Sat, 10 Apr 2021 14:36:01 +0530 Subject: [PATCH] Update mimemagic (0.3.5 is removed from rubygems.org) closes #8231 --- Changelog.md | 1 + Gemfile.lock | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 899c7482f..9b52d552e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ * Update comment counter when weleting a comment in the Single Post View [#7938](https://github.com/diaspora/diaspora/pull/7938) * Link diaspora only poduptime list [#8174](https://github.com/diaspora/diaspora/pull/8174) * Delete a user's invitation code during account deletion [#8202](https://github.com/diaspora/diaspora/pull/8202) +* Bump mimemagic [#8231](https://github.com/diaspora/diaspora/pull/8231) ## Features * Support and recommend TOML as configuration format [#8132](https://github.com/diaspora/diaspora/pull/8132) diff --git a/Gemfile.lock b/Gemfile.lock index 0d12d143f..2f84dc66c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -399,7 +399,9 @@ GEM mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) - mimemagic (0.3.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_magick (4.10.1) mini_mime (1.0.2) mini_portile2 (2.4.0)