From eedda560cd3481542d9b9482475c569f227254bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 03:46:13 +0000 Subject: [PATCH] Bump twilio-ruby from 5.55.0 to 6.8.0 Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby) from 5.55.0 to 6.8.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.55.0...6.8.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 | 30 +++++++++++------------------- 2 files changed, 12 insertions(+), 20 deletions(-) diff --git a/Gemfile b/Gemfile index da9ab39..51bcdd9 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] -gem "twilio-ruby", "~> 5.55" +gem "twilio-ruby", "~> 6.8" gem "bootstrap", "~> 5.3" gem "retriable", "~> 3.1" diff --git a/Gemfile.lock b/Gemfile.lock index 49004e6..143f639 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,6 +68,7 @@ GEM tzinfo (~> 2.0) autoprefixer-rails (10.4.13.0) execjs (~> 2) + base64 (0.1.1) bindex (0.8.1) bootsnap (1.16.0) msgpack (~> 1.2) @@ -94,19 +95,11 @@ GEM railties (>= 3.2) erubi (1.12.0) execjs (2.8.1) - faraday (1.4.2) - faraday-em_http (~> 1.0) - faraday-em_synchrony (~> 1.0) - faraday-excon (~> 1.1) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.1) - multipart-post (>= 1.2, < 3) + faraday (2.7.11) + base64 + faraday-net_http (>= 2.0, < 3.1) ruby2_keywords (>= 0.0.4) - faraday-em_http (1.0.0) - faraday-em_synchrony (1.0.0) - faraday-excon (1.1.0) - faraday-net_http (1.0.1) - faraday-net_http_persistent (1.1.0) + faraday-net_http (3.0.2) ffi (1.15.5) globalid (1.1.0) activesupport (>= 5.0) @@ -116,7 +109,7 @@ GEM actionview (>= 5.0.0) activesupport (>= 5.0.0) json (2.5.1) - jwt (2.2.3) + jwt (2.7.1) listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -134,7 +127,6 @@ GEM mini_portile2 (2.8.4) minitest (5.19.0) msgpack (1.6.0) - multipart-post (2.1.1) net-imap (0.3.4) date net-protocol @@ -214,7 +206,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.0) - ruby2_keywords (0.0.4) + ruby2_keywords (0.0.5) sassc (2.4.0) ffi (~> 1.9) sassc (2.4.0-x64-mingw32) @@ -250,9 +242,9 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - twilio-ruby (5.55.0) - faraday (>= 0.9, < 2.0) - jwt (>= 1.5, <= 2.5) + twilio-ruby (6.8.0) + faraday (>= 0.9, < 3.0) + jwt (>= 1.5, < 3.0) nokogiri (>= 1.6, < 2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -295,7 +287,7 @@ DEPENDENCIES rspec-rails spring turbolinks (~> 5) - twilio-ruby (~> 5.55) + twilio-ruby (~> 6.8) tzinfo-data web-console (>= 4.1.0) webpacker (~> 5.4)