diff --git a/Gemfile.lock b/Gemfile.lock index 1b81306..57d3c3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,13 +96,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) @@ -132,7 +133,7 @@ GEM compass (~> 1.0.0) sass-rails (< 5.1) sprockets (< 4.0) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.8) crass (1.0.6) devise (4.7.1) bcrypt (~> 3.0) @@ -146,7 +147,7 @@ GEM erubis (2.7.0) excon (0.73.0) execjs (2.7.0) - ffi (1.12.2) + ffi (1.14.2) fog-aws (3.5.2) fog-core (~> 2.1) fog-json (~> 1.1) @@ -182,9 +183,9 @@ GEM haml (>= 4.0, < 6) nokogiri (>= 1.6.0) ruby_parser (~> 3.5) - i18n (1.8.2) + i18n (1.8.8) concurrent-ruby (~> 1.0) - image_processing (1.10.3) + image_processing (1.12.1) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-like (0.3.1) @@ -228,7 +229,7 @@ GEM mini_magick (4.10.1) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.14.1) + minitest (5.14.3) msgpack (1.3.3) multi_json (1.14.1) mysql2 (0.5.2) @@ -246,7 +247,7 @@ GEM method_source (~> 1.0) pry-rails (0.3.9) pry (>= 0.10.4) - public_suffix (4.0.5) + public_suffix (4.0.6) puma (3.12.4) rack (2.2.3) rack-test (1.1.0) @@ -326,6 +327,7 @@ GEM sshkit (1.20.0) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) + ssrf_filter (1.0.7) temple (0.8.2) thor (1.0.1) thread_safe (0.3.6) @@ -333,7 +335,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)