From f47ffcc222d687f0c6839fe5b7b8b348323f712f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Jul 2021 05:32:32 +0000 Subject: [PATCH] Update twilio-ruby requirement from 5.0.0.rc18 to 5.57.1 Updates the requirements on [twilio-ruby](https://github.com/twilio/twilio-ruby) to permit the latest version. - [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.0.0.rc18...5.57.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Gemfile diff --git a/Gemfile b/Gemfile old mode 100755 new mode 100644 index 48abac4..73c7275 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gem 'dotenv' gem 'sinatra' gem 'sinatra-contrib' -gem 'twilio-ruby', '5.0.0.rc18' +gem 'twilio-ruby', '5.57.1'