diff options
author | Ryuta Kamizono <kamipo@gmail.com> | 2018-09-24 17:25:15 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-24 17:25:15 +0900 |
commit | d03cc170c1bdad15245be7f2681a265fd2bd0d5d (patch) | |
tree | c1c8bcbb04e60c7e235e07d89c957ebe9955d1f9 | |
parent | baffadaec9200d6653089f4937bfe53f1c0e127c (diff) | |
parent | 9951e6961448f36ed4db31b1ac76ccfc6b39a561 (diff) | |
download | rails-d03cc170c1bdad15245be7f2681a265fd2bd0d5d.tar.gz rails-d03cc170c1bdad15245be7f2681a265fd2bd0d5d.tar.bz2 rails-d03cc170c1bdad15245be7f2681a265fd2bd0d5d.zip |
Merge pull request #33960 from utilum/update_minimagick_version_to_4.9.2
update mini_magick to the latest version
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 6863f718c4..0971e9e948 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -310,7 +310,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) mimemagic (0.3.2) - mini_magick (4.8.0) + mini_magick (4.9.2) mini_mime (1.0.1) mini_portile2 (2.3.0) minitest (5.11.3) @@ -568,4 +568,4 @@ DEPENDENCIES websocket-client-simple! BUNDLED WITH - 1.16.4 + 1.16.5 |