diff --git a/Gemfile b/Gemfile index 45b8ebd..33d79bf 100644 --- a/Gemfile +++ b/Gemfile @@ -52,4 +52,4 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] -gem "twilio-ruby", "~> 5.46" +gem "twilio-ruby", "~> 6.3" diff --git a/Gemfile.lock b/Gemfile.lock index cf75eaa..c0941f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,11 +85,10 @@ GEM factory_bot_rails (6.1.0) factory_bot (~> 6.1.0) railties (>= 5.0.0) - faraday (1.3.0) - faraday-net_http (~> 1.0) - multipart-post (>= 1.2, < 3) - ruby2_keywords - faraday-net_http (1.0.1) + faraday (2.7.10) + faraday-net_http (>= 2.0, < 3.1) + ruby2_keywords (>= 0.0.4) + faraday-net_http (3.0.2) ffi (1.14.2) ffi (1.14.2-x64-mingw32) globalid (0.4.2) @@ -103,7 +102,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jwt (2.2.2) + jwt (2.7.1) listen (3.4.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -115,24 +114,17 @@ GEM marcel (1.0.0) method_source (1.0.0) mini_mime (1.0.3) - mini_portile2 (2.5.0) + mini_portile2 (2.8.4) minitest (5.14.4) msgpack (1.4.2) - multipart-post (2.1.1) nio4r (2.5.7) - nokogiri (1.11.2) - mini_portile2 (~> 2.5.0) - racc (~> 1.4) - nokogiri (1.11.2-arm64-darwin) - racc (~> 1.4) - nokogiri (1.11.2-x64-mingw32) - racc (~> 1.4) - nokogiri (1.11.2-x86_64-linux) + nokogiri (1.15.3) + mini_portile2 (~> 2.8.2) racc (~> 1.4) public_suffix (4.0.6) puma (5.1.1) nio4r (~> 2.0) - racc (1.5.2) + racc (1.7.1) rack (2.2.3) rack-mini-profiler (2.3.0) rack (>= 1.2.0) @@ -190,7 +182,7 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.10.2) - ruby2_keywords (0.0.4) + ruby2_keywords (0.0.5) rubyzip (2.3.0) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) @@ -221,9 +213,9 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - twilio-ruby (5.46.0) - 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) @@ -274,7 +266,7 @@ DEPENDENCIES spring sqlite3 turbolinks (~> 5) - twilio-ruby (~> 5.46) + twilio-ruby (~> 6.3) tzinfo-data uglifier vcr