diff --git a/Gemfile b/Gemfile index a10d11432..bd3ff8213 100644 --- a/Gemfile +++ b/Gemfile @@ -110,7 +110,7 @@ gem 'smartystreets_ruby_sdk', github: 'hwhelchel/smartystreets-ruby-sdk', branch gem 'stripe', '~> 3.15.0' gem 'stripe_event', '~> 2.2.0' gem 'twemoji', '~> 3.1.4' -gem 'twilio-ruby', '~> 4.13.0' +gem 'twilio-ruby', '~> 5.25.3' gem 'webpacker', '~> 3.4.1' source 'https://rails-assets.org' do diff --git a/Gemfile.lock b/Gemfile.lock index c69a6e96c..49553d363 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -954,7 +954,7 @@ GEM jquery-ui-rails (5.0.5) railties (>= 3.2.16) json (2.1.0) - jwt (1.5.6) + jwt (2.2.1) kaminari (0.17.0) actionpack (>= 3.0.0) activesupport (>= 3.0.0) @@ -988,7 +988,6 @@ GEM mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) - multi_json (1.13.1) multipart-post (2.1.1) mustermann (1.0.3) nav_lynx (1.1.1) @@ -1222,10 +1221,10 @@ GEM tilt (2.0.9) twemoji (3.1.4) nokogiri (~> 1.6) - twilio-ruby (4.13.0) - builder (>= 2.1.2) - jwt (~> 1.0) - multi_json (>= 1.3.0) + twilio-ruby (5.25.3) + faraday (~> 0.9) + jwt (>= 1.5, <= 2.5) + nokogiri (>= 1.6, < 2.0) tzinfo (1.2.5) thread_safe (~> 0.1) uglifier (4.1.20) @@ -1341,7 +1340,7 @@ DEPENDENCIES stripe (~> 3.15.0) stripe_event (~> 2.2.0) twemoji (~> 3.1.4) - twilio-ruby (~> 4.13.0) + twilio-ruby (~> 5.25.3) uglifier (>= 1.3.0) vcr (~> 5.0.0) web-console (~> 3.1.0)