From 5a7276e3175d42f1ac321a5885ee18f65c32cfe6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 30 Oct 2018 11:51:06 -0400 Subject: [PATCH] Bump twilio-ruby from 5.10.3 to 5.15.1 (#1029) [ci skip] Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby) from 5.10.3 to 5.15.1. - [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.10.3...5.15.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6cd87d37a..2073caec1 100644 --- a/Gemfile +++ b/Gemfile @@ -91,7 +91,7 @@ gem "stream_rails", "~> 2.6" gem "stripe", "~> 3.25" gem "therubyracer", "~> 0.12", platforms: :ruby gem "timber", "~> 2.6" -gem "twilio-ruby", "~> 5.10" +gem "twilio-ruby", "~> 5.15" gem "twitter", "~> 6.2" gem "uglifier", "~> 4.1" gem "validate_url", "~> 1.0" diff --git a/Gemfile.lock b/Gemfile.lock index b333d7b5c..ce5918572 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -846,7 +846,7 @@ GEM msgpack (~> 1.0) timecop (0.9.1) trollop (2.1.2) - twilio-ruby (5.10.3) + twilio-ruby (5.15.1) faraday (~> 0.9) jwt (>= 1.5, <= 2.5) nokogiri (>= 1.6, < 2.0) @@ -1030,7 +1030,7 @@ DEPENDENCIES therubyracer (~> 0.12) timber (~> 2.6) timecop (~> 0.9) - twilio-ruby (~> 5.10) + twilio-ruby (~> 5.15) twitter (~> 6.2) uglifier (~> 4.1) validate_url (~> 1.0)