diff --git a/Gemfile b/Gemfile index 5196d5a..38c2fb1 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'puma', '~> 3.11' gem 'bootstrap-sass', '~> 3.3.7' #Image upload and storage gems -gem 'carrierwave', '1.2.2' +gem 'carrierwave', '1.3.2' gem 'mini_magick', '4.7.0' #pagination diff --git a/Gemfile.lock b/Gemfile.lock index 4f45ae8..f5a576c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,10 +76,11 @@ GEM rack-test (>= 0.6.3) regexp_parser (~> 1.2) xpath (~> 3.2) - carrierwave (1.2.2) + carrierwave (1.3.2) activemodel (>= 4.0.0) activesupport (>= 4.0.0) mime-types (>= 1.16) + ssrf_filter (~> 1.0) childprocess (0.9.0) ffi (~> 1.0, >= 1.0.11) chromedriver-helper (2.1.0) @@ -92,7 +93,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.3) + concurrent-ruby (1.1.8) crass (1.0.4) crono (1.1.2) activerecord (>= 4.0) @@ -152,7 +153,7 @@ GEM temple (>= 0.8.0) tilt hashie (3.5.7) - i18n (1.1.1) + i18n (1.8.8) concurrent-ruby (~> 1.0) io-like (0.3.0) jbuilder (2.8.0) @@ -187,14 +188,14 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mime-types (3.2.2) + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2018.0812) + mime-types-data (3.2020.1104) mimemagic (0.3.2) mini_magick (4.7.0) mini_mime (1.0.1) mini_portile2 (2.3.0) - minitest (5.11.3) + minitest (5.14.3) msgpack (1.2.4) msgpack (1.2.4-x64-mingw32) multi_json (1.13.1) @@ -330,6 +331,7 @@ GEM sprockets (>= 3.0.0) sqlite3 (1.3.13) sqlite3 (1.3.13-x64-mingw32) + ssrf_filter (1.0.7) temple (0.8.0) thor (0.20.3) thread_safe (0.3.6) @@ -337,7 +339,7 @@ GEM turbolinks (5.2.0) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) tzinfo-data (1.2018.7) tzinfo (>= 1.0.0) @@ -367,7 +369,7 @@ DEPENDENCIES bootstrap-sass (~> 3.3.7) byebug capybara (>= 2.15) - carrierwave (= 1.2.2) + carrierwave (= 1.3.2) chromedriver-helper coffee-rails (~> 4.2) crono