From 5f5ae5567e5bed1a65e8cffab7f4d8d7cbe7d86a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 17 Jun 2019 14:18:57 -0400 Subject: [PATCH] Bump twilio-ruby from 5.23.1 to 5.24.0 (#3201) [ci skip] Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby) from 5.23.1 to 5.24.0. - [Release notes](https://github.com/twilio/twilio-ruby/releases) - [Changelog](https://github.com/twilio/twilio-ruby/blob/master/CHANGES.md) - [Commits](https://github.com/twilio/twilio-ruby/compare/5.23.1...5.24.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a1b9c697f..357f58ed2 100644 --- a/Gemfile +++ b/Gemfile @@ -93,7 +93,7 @@ gem "storext", "~> 3.0" # Add type-casting and other features on top of ActiveRe gem "stripe", "~> 4.18" # Ruby library for the Stripe API gem "timber", "~> 3.0" # Great Ruby logging made easy gem "timber-rails", "~> 1.0" # Timber integration for Rails -gem "twilio-ruby", "~> 5.23" # The official library for communicating with the Twilio REST API +gem "twilio-ruby", "~> 5.24" # The official library for communicating with the Twilio REST API gem "twitter", "~> 6.2" # A Ruby interface to the Twitter API gem "uglifier", "~> 4.1" # Uglifier minifies JavaScript files gem "validate_url", "~> 1.0" # Library for validating urls in Rails diff --git a/Gemfile.lock b/Gemfile.lock index 214aa7902..67ed28c0f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -758,7 +758,7 @@ GEM timber (~> 3.0) timber-rack (~> 1.0) timecop (0.9.1) - twilio-ruby (5.23.1) + twilio-ruby (5.24.0) faraday (~> 0.9) jwt (>= 1.5, <= 2.5) nokogiri (>= 1.6, < 2.0) @@ -953,7 +953,7 @@ DEPENDENCIES timber (~> 3.0) timber-rails (~> 1.0) timecop (~> 0.9) - twilio-ruby (~> 5.23) + twilio-ruby (~> 5.24) twitter (~> 6.2) uglifier (~> 4.1) validate_url (~> 1.0)