diff --git a/Gemfile.lock b/Gemfile.lock index 09109909..a2cc00d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,8 +84,12 @@ GEM railties (>= 4.2.0) faker (2.10.2) i18n (>= 1.6, < 2) - faraday (0.17.3) - multipart-post (>= 1.2, < 3) + faraday (2.14.1) + faraday-net_http (>= 2.0, < 3.5) + json + logger + faraday-net_http (3.4.2) + net-http (~> 0.5) ffi (1.11.3) globalid (0.4.2) activesupport (>= 4.2.0) @@ -94,9 +98,11 @@ GEM jaro_winkler (1.5.4) jbuilder (2.10.0) activesupport (>= 5.0.0) + json (2.18.1) listen (3.2.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) + logger (1.7.0) loofah (2.4.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) @@ -110,7 +116,8 @@ GEM mini_portile2 (2.4.0) minitest (5.14.0) msgpack (1.3.3) - multipart-post (2.1.1) + net-http (0.9.1) + uri (>= 0.11.1) nio4r (2.5.2) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) @@ -209,8 +216,8 @@ GEM selenium-webdriver (3.142.7) childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) - sentry-raven (2.13.0) - faraday (>= 0.7.6, < 1.0) + sentry-raven (3.1.2) + faraday (>= 1.0) shoulda-matchers (4.3.0) activesupport (>= 4.2.0) spring (2.1.0) @@ -233,6 +240,7 @@ GEM tzinfo (1.2.6) thread_safe (~> 0.1) unicode-display_width (1.6.1) + uri (1.1.1) web-console (4.0.1) actionview (>= 6.0.0) activemodel (>= 6.0.0)