From 39dd50c4aae0323115da1b03c6596d5ce265b491 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 17:06:13 +0000 Subject: [PATCH] Bump twilio-ruby from 5.64.0 to 5.66.0 Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby) from 5.64.0 to 5.66.0. - [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.0) --- 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 | 4 ++-- 2 files changed, 3 insertions(+), 3 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..6a5c872 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.0) 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)