From 02bc86fb1e98be7fdc51d85e74e127acdb2a06a2 Mon Sep 17 00:00:00 2001 From: Molly Struve Date: Wed, 4 Mar 2020 13:13:49 -0500 Subject: [PATCH] Revert 6395 dependabot/bundler/twilio ruby 5.31.5 (#6455) * Revert "Bump twilio-ruby from 5.31.1 to 5.31.5 (#6395)" This reverts commit f05a351906ab82a34b3ec925bb1aacc4e173023a. * lock twilio ruby at 5.31.1 --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 5a8387767..2bc294480 100644 --- a/Gemfile +++ b/Gemfile @@ -96,7 +96,7 @@ gem "stripe", "~> 5.17" # Ruby library for the Stripe API gem "strong_migrations", "~> 0.6" # Catch unsafe migrations gem "timber", "~> 3.0" # Great Ruby logging made easy gem "timber-rails", "~> 1.0" # Timber integration for Rails -gem "twilio-ruby", "~> 5.31" # The official library for communicating with the Twilio REST API +gem "twilio-ruby", "~> 5.31.1" # The official library for communicating with the Twilio REST API gem "twitter", "~> 7.0" # A Ruby interface to the Twitter API gem "typhoeus", "~> 1.3.1" # Used with Elasticsearch to support http keep-alive connections gem "uglifier", "~> 4.2" # Uglifier minifies JavaScript files diff --git a/Gemfile.lock b/Gemfile.lock index b19456311..55d5e1213 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -298,10 +298,10 @@ GEM railties (>= 4.2.0) faker (2.10.2) i18n (>= 1.6, < 2) - faraday (1.0.0) + faraday (0.17.3) multipart-post (>= 1.2, < 3) - faraday_middleware (1.0.0.rc1) - faraday (~> 1.0) + faraday_middleware (0.14.0) + faraday (>= 0.7.4, < 1.0) fast_jsonapi (1.5) activesupport (>= 4.2) fastimage (2.1.1) @@ -494,7 +494,7 @@ GEM nenv (~> 0.1) shellany (~> 0.0) oauth (0.5.4) - oauth2 (1.4.4) + oauth2 (1.4.3) faraday (>= 0.8, < 2.0) jwt (>= 1.0, < 3.0) multi_json (~> 1.3) @@ -780,8 +780,8 @@ GEM timber (~> 3.0) timber-rack (~> 1.0) timecop (0.9.1) - twilio-ruby (5.31.5) - faraday (~> 1.0.0) + twilio-ruby (5.31.1) + faraday (~> 0.9) jwt (>= 1.5, <= 2.5) nokogiri (>= 1.6, < 2.0) twitter (7.0.0) @@ -982,7 +982,7 @@ DEPENDENCIES timber (~> 3.0) timber-rails (~> 1.0) timecop (~> 0.9) - twilio-ruby (~> 5.31) + twilio-ruby (~> 5.31.1) twitter (~> 7.0) typhoeus (~> 1.3.1) uglifier (~> 4.2) @@ -1002,4 +1002,4 @@ RUBY VERSION ruby 2.6.5p114 BUNDLED WITH - 2.0.2 + 2.1.4