Bump twilio-ruby from 5.22.2 to 5.23.0 (#2901)
Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby) from 5.22.2 to 5.23.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.22.2...5.23.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
parent
c9116f6d4d
commit
8a5f01c831
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -92,7 +92,7 @@ gem "staccato", "~> 0.5" # Ruby Google Analytics Measurement
|
|||
gem "storext", "~> 3.0" # Add type-casting and other features on top of ActiveRecord::Store.store_accessor
|
||||
gem "stripe", "~> 4.16" # Ruby library for the Stripe API
|
||||
gem "timber", "~> 2.6" # Great Ruby logging made easy
|
||||
gem "twilio-ruby", "~> 5.22" # The official library for communicating with the Twilio REST API
|
||||
gem "twilio-ruby", "~> 5.23" # The official library for communicating with the Twilio REST API
|
||||
gem "twitter", "~> 6.2" # A Ruby interface to the Twitter API
|
||||
gem "uglifier", "~> 4.1" # Uglifier minifies JavaScript files
|
||||
gem "validate_url", "~> 1.0" # Library for validating urls in Rails
|
||||
|
|
|
|||
|
|
@ -482,7 +482,7 @@ GEM
|
|||
msgpack (1.2.10)
|
||||
multi_json (1.13.1)
|
||||
multi_xml (0.6.0)
|
||||
multipart-post (2.0.0)
|
||||
multipart-post (2.1.1)
|
||||
mustermann (1.0.3)
|
||||
nakayoshi_fork (0.0.4)
|
||||
naught (1.1.0)
|
||||
|
|
@ -750,7 +750,7 @@ GEM
|
|||
timber (2.6.2)
|
||||
msgpack (~> 1.0)
|
||||
timecop (0.9.1)
|
||||
twilio-ruby (5.22.2)
|
||||
twilio-ruby (5.23.0)
|
||||
faraday (~> 0.9)
|
||||
jwt (>= 1.5, <= 2.5)
|
||||
nokogiri (>= 1.6, < 2.0)
|
||||
|
|
@ -943,7 +943,7 @@ DEPENDENCIES
|
|||
test-prof (~> 0.7)
|
||||
timber (~> 2.6)
|
||||
timecop (~> 0.9)
|
||||
twilio-ruby (~> 5.22)
|
||||
twilio-ruby (~> 5.23)
|
||||
twitter (~> 6.2)
|
||||
uglifier (~> 4.1)
|
||||
validate_url (~> 1.0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue