diff --git a/Gemfile b/Gemfile index 0e0cd2a28..f09244e73 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ gem "storext", "~> 3.0" # Add type-casting and other features on top of ActiveRe gem "stripe", "~> 4.19" # 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.24" # The official library for communicating with the Twilio REST API +gem "twilio-ruby", "~> 5.25" # 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 6c7f6a563..d2141c973 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -781,7 +781,7 @@ GEM tty-screen (0.6.5) tty-tree (0.3.0) tty-which (0.4.1) - twilio-ruby (5.24.0) + twilio-ruby (5.25.0) faraday (~> 0.9) jwt (>= 1.5, <= 2.5) nokogiri (>= 1.6, < 2.0) @@ -978,7 +978,7 @@ DEPENDENCIES timber (~> 3.0) timber-rails (~> 1.0) timecop (~> 0.9) - twilio-ruby (~> 5.24) + twilio-ruby (~> 5.25) twitter (~> 6.2) uglifier (~> 4.1) validate_url (~> 1.0)