Bump twilio-ruby from 5.41.0 to 5.42.0 (#11314)
* Bump twilio-ruby from 5.41.0 to 5.42.0 Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby) from 5.41.0 to 5.42.0. - [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.41.0...5.42.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Bump twilio-ruby from 5.41.0 to 5.42.0 (Update vendor/cache) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
020953e2a3
commit
6ea6f3ff37
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -100,7 +100,7 @@ gem "store_attribute", "~> 0.8.0" # ActiveRecord extension which adds typecastin
|
|||
gem "storext", "~> 3.1" # Add type-casting and other features on top of ActiveRecord::Store.store_accessor
|
||||
gem "stripe", "~> 5.28" # Ruby library for the Stripe API
|
||||
gem "strong_migrations", "~> 0.7" # Catch unsafe migrations
|
||||
gem "twilio-ruby", "~> 5.41" # The official library for communicating with the Twilio REST API
|
||||
gem "twilio-ruby", "~> 5.42" # 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
|
||||
|
|
|
|||
|
|
@ -766,7 +766,7 @@ GEM
|
|||
thread_safe (0.3.6)
|
||||
tilt (2.0.10)
|
||||
timecop (0.9.2)
|
||||
twilio-ruby (5.41.0)
|
||||
twilio-ruby (5.42.0)
|
||||
faraday (>= 0.9, < 2.0)
|
||||
jwt (>= 1.5, <= 2.5)
|
||||
nokogiri (>= 1.6, < 2.0)
|
||||
|
|
@ -976,7 +976,7 @@ DEPENDENCIES
|
|||
strong_migrations (~> 0.7)
|
||||
test-prof (~> 0.12)
|
||||
timecop (~> 0.9)
|
||||
twilio-ruby (~> 5.41)
|
||||
twilio-ruby (~> 5.42)
|
||||
twitter (~> 7.0)
|
||||
uglifier (~> 4.2)
|
||||
ulid (~> 1.2)
|
||||
|
|
|
|||
BIN
vendor/cache/twilio-ruby-5.41.0.gem
vendored
BIN
vendor/cache/twilio-ruby-5.41.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/twilio-ruby-5.42.0.gem
vendored
Normal file
BIN
vendor/cache/twilio-ruby-5.42.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue