diff --git a/Gemfile b/Gemfile index c34c2f3..d70079f 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'turbolinks', '~> 5' gem 'jbuilder', '~> 2.11' #Twilio -gem 'twilio-ruby', '~>5.57.1' +gem 'twilio-ruby', '~>6.3.1' group :development, :test do gem 'authy', '~> 3.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 05e5870..7e0f852 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -102,23 +102,10 @@ GEM activesupport (>= 5.0.0) faker (2.18.0) i18n (>= 1.6, < 2) - faraday (1.5.1) - faraday-em_http (~> 1.0) - faraday-em_synchrony (~> 1.0) - faraday-excon (~> 1.1) - faraday-httpclient (~> 1.0.1) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.1) - faraday-patron (~> 1.0) - multipart-post (>= 1.2, < 3) + faraday (2.7.10) + 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-httpclient (1.0.1) - faraday-net_http (1.0.1) - faraday-net_http_persistent (1.2.0) - faraday-patron (1.0.0) + faraday-net_http (3.0.2) ffi (1.15.3) globalid (0.4.2) activesupport (>= 4.2.0) @@ -127,7 +114,7 @@ GEM concurrent-ruby (~> 1.0) jbuilder (2.11.2) activesupport (>= 5.0.0) - jwt (2.2.3) + jwt (2.7.1) listen (3.6.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -139,17 +126,16 @@ GEM marcel (1.0.1) method_source (1.0.0) mini_mime (1.1.0) - mini_portile2 (2.5.3) + mini_portile2 (2.8.4) minitest (5.14.4) - multipart-post (2.1.1) nio4r (2.5.7) - nokogiri (1.11.7) - mini_portile2 (~> 2.5.0) + nokogiri (1.15.3) + mini_portile2 (~> 2.8.2) racc (~> 1.4) public_suffix (4.0.6) puma (5.4.0) nio4r (~> 2.0) - racc (1.5.2) + racc (1.7.1) rack (2.2.3) rack-proxy (0.6.5) rack @@ -238,9 +224,9 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - twilio-ruby (5.57.1) - faraday (>= 0.9, < 2.0) - jwt (>= 1.5, <= 2.5) + twilio-ruby (6.3.1) + faraday (>= 0.9, < 3.0) + jwt (>= 1.5, < 3.0) nokogiri (>= 1.6, < 2.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) @@ -287,7 +273,7 @@ DEPENDENCIES spring-watcher-listen (~> 2.0.1) sqlite3 turbolinks (~> 5) - twilio-ruby (~> 5.57.1) + twilio-ruby (~> 6.3.1) tzinfo-data uglifier (>= 4.2.0) web-console (>= 4)