From 612752c425d48f56259f90759bae4d0a0a64b22b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 17:09:01 +0000 Subject: [PATCH] Bump twilio-ruby from 5.64.0 to 5.67.1 Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby) from 5.64.0 to 5.67.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.64.0...5.67.1) --- updated-dependencies: - dependency-name: twilio-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 34 +++++++--------------------------- 2 files changed, 8 insertions(+), 28 deletions(-) diff --git a/Gemfile b/Gemfile index 88aba99..8c2a909 100644 --- a/Gemfile +++ b/Gemfile @@ -23,6 +23,6 @@ gem "aws-sdk-sns", "~> 1.53" gem "deferred_request", "~> 1.0" gem "httparty", "~> 0.20.0" gem "sanitize", "~> 6.0" -gem "twilio-ruby", "~> 5.64" +gem "twilio-ruby", "~> 5.67" gem "ulid", "~> 1.3" gem "validate_url", "~> 1.0" diff --git a/Gemfile.lock b/Gemfile.lock index 8adbbf7..5b8cc32 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,29 +107,10 @@ GEM dotenv (= 2.7.6) railties (>= 3.2) erubi (1.10.0) - faraday (1.10.0) - faraday-em_http (~> 1.0) - faraday-em_synchrony (~> 1.0) - faraday-excon (~> 1.1) - faraday-httpclient (~> 1.0) - faraday-multipart (~> 1.0) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.0) - faraday-patron (~> 1.0) - faraday-rack (~> 1.0) - faraday-retry (~> 1.0) + faraday (2.3.0) + faraday-net_http (~> 2.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-multipart (1.0.3) - multipart-post (>= 1.2, < 3) - faraday-net_http (1.0.1) - faraday-net_http_persistent (1.2.0) - faraday-patron (1.0.0) - faraday-rack (1.0.0) - faraday-retry (1.0.3) + faraday-net_http (2.0.3) globalid (1.0.0) activesupport (>= 5.0) hashdiff (1.0.1) @@ -157,7 +138,6 @@ GEM mini_mime (1.1.2) minitest (5.15.0) multi_xml (0.6.0) - multipart-post (2.1.1) net-imap (0.2.3) digest net-protocol @@ -174,7 +154,7 @@ GEM net-protocol timeout nio4r (2.5.8) - nokogiri (1.13.3-x86_64-linux) + nokogiri (1.13.6-x86_64-linux) racc (~> 1.4) parallel (1.22.1) parser (3.1.2.0) @@ -249,8 +229,8 @@ GEM strscan (3.0.1) thor (1.2.1) timeout (0.2.0) - twilio-ruby (5.64.0) - faraday (>= 0.9, < 2.0) + twilio-ruby (5.67.1) + faraday (>= 0.9, < 3.0) jwt (>= 1.5, <= 2.5) nokogiri (>= 1.6, < 2.0) tzinfo (2.0.4) @@ -285,7 +265,7 @@ DEPENDENCIES sanitize (~> 6.0) sprockets-rails standard (= 1.12.0) - twilio-ruby (~> 5.64) + twilio-ruby (~> 5.67) ulid (~> 1.3) validate_url (~> 1.0) vcr (~> 6.0)