diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-10-15 16:24:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 16:24:27 +0200 |
commit | c34106c37a5cc7b36a5999f461b235cf44acdbee (patch) | |
tree | 0b6517fee6f05c356c3763f9aa390c9c1f2c1f16 | |
parent | a184c860ca90dec6a8db99d3d767e9786ae149c4 (diff) |
Bump kt-paperclip from 7.0.0 to 7.0.1 (#16834)
* Bump kt-paperclip from 7.0.0 to 7.0.1 Bumps [kt-paperclip](https://github.com/kreeti/kt-paperclip) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/kreeti/kt-paperclip/releases) - [Changelog](https://github.com/kreeti/kt-paperclip/blob/master/NEWS) - [Commits](https://github.com/kreeti/kt-paperclip/compare/v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: kt-paperclip dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Revert marcel to 1.0.1 Keep marcel to 1.0.1 as 1.0.2 introduces a regression regarding webm file detection. Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claire <claire.github-309c@sitedethib.com>
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 2991e5751..2fee41e03 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -316,7 +316,7 @@ GEM activerecord kaminari-core (= 1.2.1) kaminari-core (1.2.1) - kt-paperclip (7.0.0) + kt-paperclip (7.0.1) activemodel (>= 4.2.0) activesupport (>= 4.2.0) marcel (~> 1.0.1) @@ -356,7 +356,7 @@ GEM nokogiri (~> 1.10) mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2020.0512) + mime-types-data (3.2021.0901) mini_mime (1.1.2) mini_portile2 (2.6.1) minitest (5.14.4) |