Skip to content

Commit 802af89

Browse files
Update dependency twilio-ruby to "~> 7.6.0" (#10672)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ffcb38f commit 802af89

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ gem "aws-sdk-sns"
6868
gem "redcarpet"
6969

7070
# SMS and phone support
71-
gem "twilio-ruby", "~> 7.5.0"
71+
gem "twilio-ruby", "~> 7.6.0"
7272
gem "phonelib"
7373

7474
# Background workers and scheduling

Gemfile.lock

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ GEM
307307
rdoc (>= 4.0.0)
308308
reline (>= 0.4.2)
309309
jmespath (1.6.2)
310-
json (2.10.2)
310+
json (2.11.3)
311311
jwt (2.10.1)
312312
base64
313313
language_server-protocol (3.17.0.4)
@@ -620,12 +620,10 @@ GEM
620620
sync
621621
toml (0.3.0)
622622
parslet (>= 1.8.0, < 3.0.0)
623-
twilio-ruby (7.5.2)
624-
benchmark
623+
twilio-ruby (7.6.0)
625624
faraday (>= 0.9, < 3.0)
626625
jwt (>= 1.5, < 3.0)
627626
nokogiri (>= 1.6, < 2.0)
628-
ostruct
629627
typeprof (0.30.1)
630628
rbs (>= 3.6.0)
631629
tzinfo (2.0.6)
@@ -753,7 +751,7 @@ DEPENDENCIES
753751
syntax_tree-haml
754752
syntax_tree-rbs
755753
term-ansicolor
756-
twilio-ruby (~> 7.5.0)
754+
twilio-ruby (~> 7.6.0)
757755
typeprof
758756
tzinfo-data
759757
webrick

0 commit comments

Comments
 (0)