diff --git a/Gemfile.lock b/Gemfile.lock index 7e219c8..c7b74ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -65,13 +65,14 @@ GEM rack-test (>= 0.6.3) regexp_parser (~> 1.5) xpath (~> 3.2) - carrierwave (2.1.0) + 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 (3.0.0) chromedriver-helper (2.1.1) archive-zip (~> 0.10) @@ -87,7 +88,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.8) crass (1.0.6) database_cleaner (1.8.5) diff-lcs (1.4.4) @@ -95,7 +96,7 @@ GEM unf (>= 0.0.5, < 1.0.0) erubi (1.9.0) execjs (2.7.0) - ffi (1.13.1) + ffi (1.14.2) figaro (1.2.0) thor (>= 0.14.0, < 2) globalid (0.4.2) @@ -103,9 +104,9 @@ GEM http-accept (1.7.0) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (1.8.3) + i18n (1.8.8) concurrent-ruby (~> 1.0) - image_processing (1.11.0) + image_processing (1.12.1) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-like (0.3.1) @@ -127,17 +128,17 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2020.0512) mimemagic (0.3.5) - mini_magick (4.10.1) + mini_magick (4.11.0) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.14.1) + minitest (5.14.3) msgpack (1.3.3) netrc (0.11.0) nio4r (2.5.2) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) pg (1.2.3) - public_suffix (4.0.5) + public_suffix (4.0.6) puma (3.12.6) rack (2.2.3) rack-test (1.1.0) @@ -228,6 +229,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + ssrf_filter (1.0.7) table_print (1.5.7) thor (1.0.1) thread_safe (0.3.6) @@ -235,7 +237,7 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3)