Browse Source

Update dependency twilio-ruby to '~> 7.3.6' (#3465)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 4 months ago
parent
commit
548ef08c15
2 changed files with 4 additions and 4 deletions
  1. 1 1
      Gemfile
  2. 3 3
      Gemfile.lock

+ 1 - 1
Gemfile

@@ -38,7 +38,7 @@ gem 'net-ftp'
 gem 'net-ftp-list'                # FtpsiteAgent
 gem 'rturk', '~> 2.12.1'          # HumanTaskAgent
 gem 'slack-notifier', '~> 2.4.0'  # SlackAgent
-gem 'twilio-ruby', '~> 7.3.5'     # TwilioAgent
+gem 'twilio-ruby', '~> 7.3.6'     # TwilioAgent
 gem 'xmpp4r', '~> 0.5.6'          # JabberAgent
 
 # Weibo Agents

+ 3 - 3
Gemfile.lock

@@ -516,7 +516,7 @@ GEM
       rake
     mini_magick (5.0.1)
     mini_mime (1.1.5)
-    mini_portile2 (2.8.7)
+    mini_portile2 (2.8.8)
     mini_racer (0.6.3)
       libv8-node (~> 16.10.0.0)
     minitest (5.25.1)
@@ -804,7 +804,7 @@ GEM
     trailblazer-option (0.1.2)
     treetop (1.6.12)
       polyglot (~> 0.3)
-    twilio-ruby (7.3.5)
+    twilio-ruby (7.3.6)
       faraday (>= 0.9, < 3.0)
       jwt (>= 1.5, < 3.0)
       nokogiri (>= 1.6, < 2.0)
@@ -955,7 +955,7 @@ DEPENDENCIES
   sprockets
   terser
   tumblr_client (~> 0.8.6)!
-  twilio-ruby (~> 7.3.5)
+  twilio-ruby (~> 7.3.6)
   twitter!
   twitter-stream!
   typhoeus (~> 1.4.1)