From d628734ef5cb415ac214833697e6c008f0921b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 02:46:37 +0000 Subject: [PATCH] Update twilio-ruby requirement from 5.0.0.rc18 to 6.2.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.2.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..b398fbe --- 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.2.0'