From dc52ff61cb4ba2ddc1776a2b187ddfdccb868f06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 17:08:14 +0000 Subject: [PATCH] Bump twilio-ruby from 5.64.0 to 5.66.2 Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby) from 5.64.0 to 5.66.2. - [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.66.2) --- 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1c86056..f7b093d 100644 --- a/Gemfile +++ b/Gemfile @@ -22,6 +22,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.66" gem "ulid", "~> 1.3" gem "validate_url", "~> 1.0" diff --git a/Gemfile.lock b/Gemfile.lock index fe72ab7..f70fa5a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,7 +174,7 @@ GEM net-protocol timeout nio4r (2.5.8) - nokogiri (1.13.3-x86_64-linux) + nokogiri (1.13.4-x86_64-linux) racc (~> 1.4) parallel (1.21.0) parser (3.1.1.0) @@ -251,7 +251,7 @@ GEM strscan (3.0.1) thor (1.2.1) timeout (0.2.0) - twilio-ruby (5.64.0) + twilio-ruby (5.66.2) faraday (>= 0.9, < 2.0) jwt (>= 1.5, <= 2.5) nokogiri (>= 1.6, < 2.0) @@ -287,7 +287,7 @@ DEPENDENCIES sanitize (~> 6.0) sprockets-rails standardrb - twilio-ruby (~> 5.64) + twilio-ruby (~> 5.66) ulid (~> 1.3) validate_url (~> 1.0) vcr (~> 6.0)