From 490ac17532f10c77cccef1bfc1d6a8de7e98d2e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 22:44:06 +0000 Subject: [PATCH] Bump paperclip from 5.0.0 to 5.2.0 Bumps [paperclip](https://github.com/thoughtbot/paperclip) from 5.0.0 to 5.2.0. - [Release notes](https://github.com/thoughtbot/paperclip/releases) - [Changelog](https://github.com/thoughtbot/paperclip/blob/master/NEWS) - [Commits](https://github.com/thoughtbot/paperclip/compare/v5.0.0...v5.2.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 9303bac..0278416 100644 --- a/Gemfile +++ b/Gemfile @@ -72,7 +72,7 @@ gem 'annotate' gem 'bootstrap', '~> 4.0.0.alpha6' # for image attachments -gem 'paperclip', '~> 5.0.0' +gem 'paperclip', '~> 5.2.0' # for authorization gem 'cancancan', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 6588fec..7ed92b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM haml (>= 4.0, < 6) nokogiri (>= 1.6.0) ruby_parser (~> 3.5) - i18n (1.6.0) + i18n (1.8.2) concurrent-ruby (~> 1.0) jbuilder (2.9.1) activesupport (>= 4.2.0) @@ -140,13 +140,13 @@ GEM mail (2.7.1) mini_mime (>= 0.1.1) method_source (0.9.2) - mime-types (3.3) + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.0904) + mime-types-data (3.2019.1009) mimemagic (0.3.3) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.14.0) multi_json (1.13.1) multi_test (0.1.2) nio4r (2.5.1) @@ -154,7 +154,7 @@ GEM mini_portile2 (~> 2.4.0) nokogiri (1.10.4-x64-mingw32) mini_portile2 (~> 2.4.0) - paperclip (5.0.0) + paperclip (5.2.0) activemodel (>= 4.2.0) activesupport (>= 4.2.0) cocaine (~> 0.5.5) @@ -249,7 +249,7 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.5) + tzinfo (1.2.6) thread_safe (~> 0.1) tzinfo-data (1.2019.3) tzinfo (>= 1.0.0) @@ -285,7 +285,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails listen (~> 3.0.5) - paperclip (~> 5.0.0) + paperclip (~> 5.2.0) pg puma (~> 3.0) rails (~> 5.0.1)