diff --git a/Gemfile.lock b/Gemfile.lock index 30400fb..dcebad0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,8 +52,8 @@ GEM i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.7.0) + public_suffix (>= 2.0.2, < 5.0) archive-zip (0.11.0) io-like (~> 0.3.0) arel (9.0.0) @@ -69,7 +69,7 @@ GEM bourbon (4.3.4) sass (~> 3.4) thor (~> 0.19) - builder (3.2.3) + builder (3.2.4) byebug (10.0.2) capybara (3.8.2) addressable @@ -78,10 +78,14 @@ GEM rack (>= 1.6.0) rack-test (>= 0.6.3) xpath (~> 3.1) - carrierwave (1.2.3) - activemodel (>= 4.0.0) - activesupport (>= 4.0.0) - mime-types (>= 1.16) + carrierwave (2.1.1) + activemodel (>= 5.0.0) + activesupport (>= 5.0.0) + addressable (~> 2.6) + image_processing (~> 1.1) + mimemagic (>= 0.3.0) + mini_mime (>= 0.1.3) + ssrf_filter (~> 1.0) childprocess (0.9.0) ffi (~> 1.0, >= 1.0.11) chromedriver-helper (2.1.0) @@ -99,8 +103,8 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.3) - crass (1.0.5) + concurrent-ruby (1.1.8) + crass (1.0.6) diff-lcs (1.3) docile (1.1.5) domain_name (0.5.20180417) @@ -109,7 +113,7 @@ GEM dotenv-rails (2.5.0) dotenv (= 2.5.0) railties (>= 3.2, < 6.0) - erubi (1.7.1) + erubi (1.10.0) execjs (2.7.0) factory_bot (4.11.1) activesupport (>= 3.0.0) @@ -128,8 +132,11 @@ GEM hashie (3.5.7) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (1.1.1) + i18n (1.8.8) concurrent-ruby (~> 1.0) + image_processing (1.12.1) + mini_magick (>= 4.9.5, < 5) + ruby-vips (>= 2.0.17, < 3) io-like (0.3.0) jbuilder (2.7.0) activesupport (>= 4.2.0) @@ -153,15 +160,16 @@ 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.11.0) mini_mime (1.0.1) mini_portile2 (2.3.0) mini_racer (0.2.3) libv8 (>= 6.3) - minitest (5.11.3) + minitest (5.14.3) msgpack (1.2.4) multi_json (1.13.1) multi_xml (0.6.0) @@ -190,7 +198,7 @@ GEM prawn (2.2.2) pdf-core (~> 0.7.0) ttfunk (~> 1.5) - public_suffix (3.0.3) + public_suffix (4.0.6) puma (4.3.5) nio4r (~> 2.0) rack (2.2.3) @@ -212,8 +220,8 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) rails-i18n (5.1.1) i18n (>= 0.7, < 2) railties (>= 5.0, < 6) @@ -260,6 +268,8 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) + ruby-vips (2.0.17) + ffi (~> 1.9) ruby_dep (1.5.0) rubyzip (1.3.0) sass (3.6.0) @@ -298,11 +308,12 @@ GEM sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.2.1) + sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) + ssrf_filter (1.0.7) temple (0.8.0) thor (0.20.3) thread_safe (0.3.6) @@ -311,7 +322,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) uglifier (4.1.19) execjs (>= 0.3.0, < 3)