diff --git a/Gemfile b/Gemfile index 1c86056..f7b093d 100644 --- a/Gemfile +++ b/Gemfile @@ -22,6 +22,6 @@ gem "aws-sdk-sns", "~> 1.53" gem "deferred_request", "~> 1.0" gem "httparty", "~> 0.20.0" gem "sanitize", "~> 6.0" -gem "twilio-ruby", "~> 5.64" +gem "twilio-ruby", "~> 5.66" gem "ulid", "~> 1.3" gem "validate_url", "~> 1.0" diff --git a/Gemfile.lock b/Gemfile.lock index fe72ab7..f70fa5a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,7 +174,7 @@ GEM net-protocol timeout nio4r (2.5.8) - nokogiri (1.13.3-x86_64-linux) + nokogiri (1.13.4-x86_64-linux) racc (~> 1.4) parallel (1.21.0) parser (3.1.1.0) @@ -251,7 +251,7 @@ GEM strscan (3.0.1) thor (1.2.1) timeout (0.2.0) - twilio-ruby (5.64.0) + twilio-ruby (5.66.2) faraday (>= 0.9, < 2.0) jwt (>= 1.5, <= 2.5) nokogiri (>= 1.6, < 2.0) @@ -287,7 +287,7 @@ DEPENDENCIES sanitize (~> 6.0) sprockets-rails standardrb - twilio-ruby (~> 5.64) + twilio-ruby (~> 5.66) ulid (~> 1.3) validate_url (~> 1.0) vcr (~> 6.0)