From d3b68f7e5ced9fe9d17d0d5074cc4d3797549e9b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 05:52:10 +0000 Subject: [PATCH] Update twilio-ruby requirement from 5.0.0.rc18 to 5.51.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.51.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..22b815f --- 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.51.0'