From dd4009d28f093e9a701367cea487f159140c12ec Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 05:31:49 +0000 Subject: [PATCH] Bump twilio-ruby from 5.10.3 to 5.57.1 Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby) from 5.10.3 to 5.57.1. - [Release notes](https://github.com/twilio/twilio-ruby/releases) - [Changelog](https://github.com/twilio/twilio-ruby/blob/main/CHANGES.md) - [Commits](https://github.com/twilio/twilio-ruby/compare/5.10.3...5.57.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 36 +++++++++++++++++++++++++++--------- 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index f5aa100..d0c3cfa 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem 'mime-types', '~> 3.1' gem 'sinatra', '~> 2.0.2' -gem 'twilio-ruby', '~> 5.10.3' +gem 'twilio-ruby', '~> 5.57.1' diff --git a/Gemfile.lock b/Gemfile.lock index b6180bd..0a4b02c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,28 +1,46 @@ GEM remote: https://rubygems.org/ specs: - faraday (0.15.2) + faraday (1.5.1) + faraday-em_http (~> 1.0) + faraday-em_synchrony (~> 1.0) + faraday-excon (~> 1.1) + faraday-httpclient (~> 1.0.1) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) + faraday-patron (~> 1.0) multipart-post (>= 1.2, < 3) - jwt (2.1.0) + ruby2_keywords (>= 0.0.4) + faraday-em_http (1.0.0) + faraday-em_synchrony (1.0.0) + faraday-excon (1.1.0) + faraday-httpclient (1.0.1) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.2.0) + faraday-patron (1.0.0) + jwt (2.2.3) mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) - mini_portile2 (2.3.0) - multipart-post (2.0.0) + mini_portile2 (2.5.3) + multipart-post (2.1.1) mustermann (1.0.2) - nokogiri (1.8.2) - mini_portile2 (~> 2.3.0) + nokogiri (1.11.7) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + racc (1.5.2) rack (2.0.5) rack-protection (2.0.2) rack + ruby2_keywords (0.0.5) sinatra (2.0.2) mustermann (~> 1.0) rack (~> 2.0) rack-protection (= 2.0.2) tilt (~> 2.0) tilt (2.0.8) - twilio-ruby (5.10.3) - faraday (~> 0.9) + twilio-ruby (5.57.1) + faraday (>= 0.9, < 2.0) jwt (>= 1.5, <= 2.5) nokogiri (>= 1.6, < 2.0) @@ -32,7 +50,7 @@ PLATFORMS DEPENDENCIES mime-types (~> 3.1) sinatra (~> 2.0.2) - twilio-ruby (~> 5.10.3) + twilio-ruby (~> 5.57.1) BUNDLED WITH 1.16.1