Bump twilio-ruby from 5.28.0 to 5.29.0 (#4778)
This commit is contained in:
parent
6e87a1d1e1
commit
0224e6140c
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -95,7 +95,7 @@ gem "storext", "~> 3.1" # Add type-casting and other features on top of ActiveRe
|
|||
gem "stripe", "~> 4.23" # Ruby library for the Stripe API
|
||||
gem "timber", "~> 3.0" # Great Ruby logging made easy
|
||||
gem "timber-rails", "~> 1.0" # Timber integration for Rails
|
||||
gem "twilio-ruby", "~> 5.28" # The official library for communicating with the Twilio REST API
|
||||
gem "twilio-ruby", "~> 5.29" # The official library for communicating with the Twilio REST API
|
||||
gem "twitter", "~> 6.2" # A Ruby interface to the Twitter API
|
||||
gem "uglifier", "~> 4.2" # Uglifier minifies JavaScript files
|
||||
gem "ulid", "~> 1.1" # Universally Unique Lexicographically Sortable Identifier implementation for Ruby
|
||||
|
|
|
|||
|
|
@ -794,7 +794,7 @@ GEM
|
|||
timber (~> 3.0)
|
||||
timber-rack (~> 1.0)
|
||||
timecop (0.9.1)
|
||||
twilio-ruby (5.28.0)
|
||||
twilio-ruby (5.29.0)
|
||||
faraday (~> 0.9)
|
||||
jwt (>= 1.5, <= 2.5)
|
||||
nokogiri (>= 1.6, < 2.0)
|
||||
|
|
@ -999,7 +999,7 @@ DEPENDENCIES
|
|||
timber (~> 3.0)
|
||||
timber-rails (~> 1.0)
|
||||
timecop (~> 0.9)
|
||||
twilio-ruby (~> 5.28)
|
||||
twilio-ruby (~> 5.29)
|
||||
twitter (~> 6.2)
|
||||
uglifier (~> 4.2)
|
||||
ulid (~> 1.1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue