From b5c52adf5e97d859bcaf7360f7c639900eefa9bd Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Wed, 24 Jan 2018 19:52:33 -0800 Subject: [PATCH] update to paperclip 5.2.0 --- Gemfile.lock | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6bdcbe7c..b083fb00 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,7 +117,8 @@ GEM activesupport (>= 4.2.0) httparty (0.15.6) multi_xml (>= 0.5.2) - i18n (0.8.6) + i18n (0.9.3) + concurrent-ruby (~> 1.0) jmespath (1.3.1) jquery-rails (4.3.1) rails-dom-testing (>= 1, < 3) @@ -154,13 +155,13 @@ GEM mime-types-data (3.2016.0521) mimemagic (0.3.2) mini_portile2 (2.3.0) - minitest (5.10.3) + minitest (5.11.1) multi_xml (0.6.0) nio4r (2.1.0) nokogiri (1.8.1) mini_portile2 (~> 2.3.0) orm_adapter (0.5.0) - paperclip (5.1.0) + paperclip (5.2.0) activemodel (>= 4.2.0) activesupport (>= 4.2.0) cocaine (~> 0.5.5) @@ -283,7 +284,7 @@ GEM tilt (2.0.8) timecop (0.9.1) tunemygc (1.0.69) - tzinfo (1.2.3) + tzinfo (1.2.4) thread_safe (~> 0.1) uglifier (3.2.0) execjs (>= 0.3.0, < 3)