diff --git a/Gemfile.lock b/Gemfile.lock index 8505b39..22d4180 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,17 +2,20 @@ GEM remote: https://rubygems.org/ specs: diff-lcs (1.3) - faraday (0.15.4) - multipart-post (>= 1.2, < 3) - jwt (2.2.1) + faraday (2.6.0) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.1) + jwt (2.5.0) mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2019.0331) - mini_portile2 (2.4.0) - multipart-post (2.1.1) + mini_portile2 (2.8.0) mustermann (1.0.3) - nokogiri (1.10.3) - mini_portile2 (~> 2.4.0) + nokogiri (1.13.9) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + racc (1.6.0) rack (2.0.7) rack-protection (2.0.5) rack @@ -31,14 +34,15 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.2) + ruby2_keywords (0.0.5) sinatra (2.0.5) mustermann (~> 1.0) rack (~> 2.0) rack-protection (= 2.0.5) tilt (~> 2.0) tilt (2.0.9) - twilio-ruby (5.25.1) - faraday (~> 0.9) + twilio-ruby (5.73.0) + faraday (>= 0.9, < 3.0) jwt (>= 1.5, <= 2.5) nokogiri (>= 1.6, < 2.0) @@ -53,4 +57,4 @@ DEPENDENCIES twilio-ruby BUNDLED WITH - 1.17.2 + 1.17.3