From d3644c930c01c829da07ab7811dc815d29fdafb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 09:47:59 +0000 Subject: [PATCH] Bump twilio-ruby from 5.10.3 to 6.4.0 Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby) from 5.10.3 to 6.4.0. - [Release notes](https://github.com/twilio/twilio-ruby/releases) - [Changelog](https://github.com/twilio/twilio-ruby/blob/main/CHANGES.md) - [Upgrade guide](https://github.com/twilio/twilio-ruby/blob/main/UPGRADE.md) - [Commits](https://github.com/twilio/twilio-ruby/compare/5.10.3...6.4.0) --- updated-dependencies: - dependency-name: twilio-ruby dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 +++++++++++++++----------- 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index f5aa100..ca155ba 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', '~> 6.4.0' diff --git a/Gemfile.lock b/Gemfile.lock index b6180bd..38b6fbe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,29 +1,33 @@ GEM remote: https://rubygems.org/ specs: - faraday (0.15.2) - multipart-post (>= 1.2, < 3) - jwt (2.1.0) + faraday (2.7.10) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.2) + jwt (2.7.1) 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.8.4) mustermann (1.0.2) - nokogiri (1.8.2) - mini_portile2 (~> 2.3.0) + nokogiri (1.15.3) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) + racc (1.7.1) 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) - jwt (>= 1.5, <= 2.5) + twilio-ruby (6.4.0) + faraday (>= 0.9, < 3.0) + jwt (>= 1.5, < 3.0) nokogiri (>= 1.6, < 2.0) PLATFORMS @@ -32,7 +36,7 @@ PLATFORMS DEPENDENCIES mime-types (~> 3.1) sinatra (~> 2.0.2) - twilio-ruby (~> 5.10.3) + twilio-ruby (~> 6.4.0) BUNDLED WITH 1.16.1