diff --git a/Gemfile b/Gemfile index 23bae92..0992526 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +47,7 @@ gem 'stripe', '1.48.0' gem 'figaro', '1.1.1' # Use Paperclip for image upload -gem 'paperclip', '4.3.6' +gem 'paperclip', '5.2.0' group :development, :test do # Use sqlite3 as the database for Active Record diff --git a/Gemfile.lock b/Gemfile.lock index e111730..e1e8e47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.4) + concurrent-ruby (1.1.5) crass (1.0.4) devise (4.2.0) bcrypt (~> 3.0) @@ -98,25 +98,25 @@ GEM mail (2.7.1) mini_mime (>= 0.1.1) method_source (0.9.2) - mime-types (3.2.2) + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.0331) - mimemagic (0.3.0) + mime-types-data (3.2019.1009) + mimemagic (0.3.3) mini_mime (1.0.1) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.14.0) multi_json (1.13.1) netrc (0.11.0) nio4r (1.2.1) nokogiri (1.10.0) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) - paperclip (4.3.6) - activemodel (>= 3.2.0) - activesupport (>= 3.2.0) + paperclip (5.2.0) + activemodel (>= 4.2.0) + activesupport (>= 4.2.0) cocaine (~> 0.5.5) mime-types - mimemagic (= 0.3.0) + mimemagic (~> 0.3.0) pg (0.18.4) puma (3.4.0) rack (2.0.6) @@ -187,7 +187,7 @@ GEM turbolinks (5.0.0) turbolinks-source (~> 5) turbolinks-source (5.2.0) - tzinfo (1.2.5) + tzinfo (1.2.6) thread_safe (~> 0.1) uglifier (3.0.0) execjs (>= 0.3.0, < 3) @@ -219,7 +219,7 @@ DEPENDENCIES jbuilder (= 2.5.0) jquery-rails (= 4.1.1) listen (= 3.0.5) - paperclip (= 4.3.6) + paperclip (= 5.2.0) pg (= 0.18.4) puma (= 3.4.0) rails (= 5.0.0)