From 894c23573bb02212d91d422f3ccaf54f81e15cc0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 05:30:36 +0000 Subject: [PATCH] Update twilio-ruby requirement from 5.0.0.rc18 to 5.55.0 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.55.0) 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..bf3929f --- 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.55.0'