From 995dd0c016f155a3908c07ac1f8f9af2304a241e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 02:46:46 +0000 Subject: [PATCH] Update twilio-ruby requirement from 5.0.0.rc18 to 6.7.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...6.7.0) --- updated-dependencies: - dependency-name: twilio-ruby dependency-type: direct:production ... Signed-off-by: dependabot[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..e14ed38 --- 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', '6.7.0'