diff --git a/Gemfile b/Gemfile index da9ab39..51bcdd9 100644 --- a/Gemfile +++ b/Gemfile @@ -42,7 +42,7 @@ 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.55" +gem "twilio-ruby", "~> 6.8" gem "bootstrap", "~> 5.3" gem "retriable", "~> 3.1" diff --git a/Gemfile.lock b/Gemfile.lock index 49004e6..6035477 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,6 +68,7 @@ GEM tzinfo (~> 2.0) autoprefixer-rails (10.4.13.0) execjs (~> 2) + base64 (0.2.0) bindex (0.8.1) bootsnap (1.16.0) msgpack (~> 1.2) @@ -94,19 +95,11 @@ GEM railties (>= 3.2) erubi (1.12.0) execjs (2.8.1) - faraday (1.4.2) - faraday-em_http (~> 1.0) - faraday-em_synchrony (~> 1.0) - faraday-excon (~> 1.1) - faraday-net_http (~> 1.0) - faraday-net_http_persistent (~> 1.1) - multipart-post (>= 1.2, < 3) + faraday (2.7.11) + base64 + 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-net_http (1.0.1) - faraday-net_http_persistent (1.1.0) + faraday-net_http (3.0.2) ffi (1.15.5) globalid (1.1.0) activesupport (>= 5.0) @@ -116,7 +109,7 @@ GEM actionview (>= 5.0.0) activesupport (>= 5.0.0) json (2.5.1) - jwt (2.2.3) + jwt (2.7.1) listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -131,10 +124,9 @@ GEM marcel (1.0.2) method_source (1.0.0) mini_mime (1.1.2) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.19.0) msgpack (1.6.0) - multipart-post (2.1.1) net-imap (0.3.4) date net-protocol @@ -145,14 +137,14 @@ GEM net-smtp (0.3.3) net-protocol nio4r (2.5.9) - nokogiri (1.15.4) + nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) pg (1.5.4) popper_js (2.11.8) puma (6.3.1) nio4r (~> 2.0) - racc (1.7.1) + racc (1.7.3) rack (2.2.8) rack-mini-profiler (3.1.1) rack (>= 1.2.0) @@ -214,7 +206,7 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.0) - ruby2_keywords (0.0.4) + ruby2_keywords (0.0.5) sassc (2.4.0) ffi (~> 1.9) sassc (2.4.0-x64-mingw32) @@ -250,9 +242,9 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - twilio-ruby (5.55.0) - faraday (>= 0.9, < 2.0) - jwt (>= 1.5, <= 2.5) + twilio-ruby (6.8.2) + faraday (>= 0.9, < 3.0) + jwt (>= 1.5, < 3.0) nokogiri (>= 1.6, < 2.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -295,7 +287,7 @@ DEPENDENCIES rspec-rails spring turbolinks (~> 5) - twilio-ruby (~> 5.55) + twilio-ruby (~> 6.8) tzinfo-data web-console (>= 4.1.0) webpacker (~> 5.4)