Skip to content

Commit

Permalink
Bump twilio-ruby from 5.55.0 to 6.7.1
Browse files Browse the repository at this point in the history
Bumps [twilio-ruby](https://github.com/twilio/twilio-ruby) from 5.55.0 to 6.7.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.55.0...6.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 6, 2023
1 parent 1aaa752 commit 67d3792
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "twilio-ruby", "~> 5.55"
gem "twilio-ruby", "~> 6.7"
gem "bootstrap", "~> 5.3"

gem "retriable", "~> 3.1"
30 changes: 11 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ GEM
tzinfo (~> 2.0)
autoprefixer-rails (10.4.13.0)
execjs (~> 2)
base64 (0.1.1)
bindex (0.8.1)
bootsnap (1.16.0)
msgpack (~> 1.2)
Expand All @@ -94,19 +95,11 @@ GEM
railties (>= 3.2)
erubi (1.12.0)
execjs (2.8.1)
faraday (1.4.2)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
faraday (2.7.11)
base64
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-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
faraday-net_http (3.0.2)
ffi (1.15.5)
globalid (1.1.0)
activesupport (>= 5.0)
Expand All @@ -116,7 +109,7 @@ GEM
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
json (2.5.1)
jwt (2.2.3)
jwt (2.7.1)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
Expand All @@ -134,7 +127,6 @@ GEM
mini_portile2 (2.8.4)
minitest (5.19.0)
msgpack (1.6.0)
multipart-post (2.1.1)
net-imap (0.3.4)
date
net-protocol
Expand Down Expand Up @@ -214,7 +206,7 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.0)
ruby2_keywords (0.0.4)
ruby2_keywords (0.0.5)
sassc (2.4.0)
ffi (~> 1.9)
sassc (2.4.0-x64-mingw32)
Expand Down Expand Up @@ -250,9 +242,9 @@ GEM
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
twilio-ruby (5.55.0)
faraday (>= 0.9, < 2.0)
jwt (>= 1.5, <= 2.5)
twilio-ruby (6.7.1)
faraday (>= 0.9, < 3.0)
jwt (>= 1.5, < 3.0)
nokogiri (>= 1.6, < 2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -295,7 +287,7 @@ DEPENDENCIES
rspec-rails
spring
turbolinks (~> 5)
twilio-ruby (~> 5.55)
twilio-ruby (~> 6.7)
tzinfo-data
web-console (>= 4.1.0)
webpacker (~> 5.4)
Expand Down

0 comments on commit 67d3792

Please sign in to comment.