Skip to content

Commit

Permalink
Bump twilio-ruby from 5.57.1 to 6.3.1
Browse files Browse the repository at this point in the history
Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby) from 5.57.1 to 6.3.1.
- [Release notes](https://github.com/twilio/twilio-ruby/releases)
- [Changelog](https://github.com/twilio/twilio-ruby/blob/main/CHANGES.md)
- [Upgrade guide](https://github.com/twilio/twilio-ruby/blob/main/UPGRADE.md)
- [Commits](twilio/twilio-ruby@5.57.1...6.3.1)

---
updated-dependencies:
- dependency-name: twilio-ruby
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 28, 2023
1 parent 729741d commit b6c8a6a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 27 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

gem 'twilio-ruby', '~> 5.57'
gem 'twilio-ruby', '~> 6.3'
38 changes: 12 additions & 26 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,23 +105,10 @@ GEM
railties (>= 3.2)
erubi (1.10.0)
execjs (2.8.1)
faraday (1.5.1)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-httpclient (~> 1.0.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
faraday-patron (~> 1.0)
multipart-post (>= 1.2, < 3)
faraday (2.7.10)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-em_http (1.0.0)
faraday-em_synchrony (1.0.0)
faraday-excon (1.1.0)
faraday-httpclient (1.0.1)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
faraday-net_http (3.0.2)
ffi (1.15.3)
globalid (0.4.2)
activesupport (>= 4.2.0)
Expand All @@ -134,7 +121,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jwt (2.2.3)
jwt (2.7.1)
less (2.6.0)
commonjs (~> 0.2.7)
less-rails (4.0.0)
Expand All @@ -152,13 +139,12 @@ GEM
marcel (1.0.1)
method_source (1.0.0)
mini_mime (1.1.0)
mini_portile2 (2.5.3)
mini_portile2 (2.8.4)
minitest (5.14.4)
msgpack (1.4.2)
multipart-post (2.1.1)
nio4r (2.5.7)
nokogiri (1.11.7)
mini_portile2 (~> 2.5.0)
nokogiri (1.15.3)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
overcommit (0.58.0)
childprocess (>= 0.6.3, < 5)
Expand All @@ -170,7 +156,7 @@ GEM
popper_js (2.9.2)
puma (5.4.0)
nio4r (~> 2.0)
racc (1.5.2)
racc (1.7.1)
rack (2.2.3)
rack-proxy (0.7.0)
rack
Expand Down Expand Up @@ -258,9 +244,9 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
twilio-ruby (5.57.1)
faraday (>= 0.9, < 2.0)
jwt (>= 1.5, <= 2.5)
twilio-ruby (6.3.1)
faraday (>= 0.9, < 3.0)
jwt (>= 1.5, < 3.0)
nokogiri (>= 1.6, < 2.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -305,7 +291,7 @@ DEPENDENCIES
spring-watcher-listen (~> 2.0.0)
sqlite3 (~> 1.4)
turbolinks (~> 5)
twilio-ruby (~> 5.57)
twilio-ruby (~> 6.3)
twitter-bootstrap-rails!
tzinfo-data
web-console (>= 3.3.0)
Expand Down

0 comments on commit b6c8a6a

Please sign in to comment.