Bump twilio-ruby from 5.34.0 to 5.35.0 (#8007)
Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby) from 5.34.0 to 5.35.0. - [Release notes](https://github.com/twilio/twilio-ruby/releases) - [Changelog](https://github.com/twilio/twilio-ruby/blob/master/CHANGES.md) - [Commits](https://github.com/twilio/twilio-ruby/compare/5.34.0...5.35.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
a6d60af769
commit
a7ab09c839
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -99,7 +99,7 @@ gem "stripe", "~> 5.22" # Ruby library for the Stripe API
|
|||
gem "strong_migrations", "~> 0.6" # Catch unsafe migrations
|
||||
gem "timber", "~> 3.0" # Great Ruby logging made easy
|
||||
gem "timber-rails", "~> 1.0" # Timber integration for Rails
|
||||
gem "twilio-ruby", "~> 5.34" # The official library for communicating with the Twilio REST API
|
||||
gem "twilio-ruby", "~> 5.35" # The official library for communicating with the Twilio REST API
|
||||
gem "twitter", "~> 7.0" # A Ruby interface to the Twitter API
|
||||
gem "uglifier", "~> 4.2" # Uglifier minifies JavaScript files
|
||||
gem "ulid", "~> 1.2" # Universally Unique Lexicographically Sortable Identifier implementation for Ruby
|
||||
|
|
|
|||
|
|
@ -767,7 +767,7 @@ GEM
|
|||
timber (~> 3.0)
|
||||
timber-rack (~> 1.0)
|
||||
timecop (0.9.1)
|
||||
twilio-ruby (5.34.0)
|
||||
twilio-ruby (5.35.0)
|
||||
faraday (>= 0.9, < 2.0)
|
||||
jwt (>= 1.5, <= 2.5)
|
||||
nokogiri (>= 1.6, < 2.0)
|
||||
|
|
@ -973,7 +973,7 @@ DEPENDENCIES
|
|||
timber (~> 3.0)
|
||||
timber-rails (~> 1.0)
|
||||
timecop (~> 0.9)
|
||||
twilio-ruby (~> 5.34)
|
||||
twilio-ruby (~> 5.35)
|
||||
twitter (~> 7.0)
|
||||
uglifier (~> 4.2)
|
||||
ulid (~> 1.2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue