diff --git a/Gemfile b/Gemfile index 086c82c..05594e1 100644 --- a/Gemfile +++ b/Gemfile @@ -48,5 +48,5 @@ 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", "~> 5.57" gem "bootstrap", "~> 4.5" diff --git a/Gemfile.lock b/Gemfile.lock index e10b481..603d1c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,11 +85,23 @@ GEM railties (>= 3.2) erubi (1.10.0) execjs (2.7.0) - faraday (1.3.0) + 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) - ruby2_keywords + 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) ffi (1.14.2) ffi (1.14.2-x64-mingw32) globalid (0.4.2) @@ -99,7 +111,7 @@ GEM concurrent-ruby (~> 1.0) jbuilder (2.10.1) activesupport (>= 5.0.0) - jwt (2.2.2) + jwt (2.2.3) listen (3.4.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -111,19 +123,21 @@ GEM marcel (1.0.0) method_source (1.0.0) mini_mime (1.0.3) - mini_portile2 (2.5.0) + mini_portile2 (2.5.3) minitest (5.14.4) msgpack (1.4.2) multipart-post (2.1.1) nio4r (2.5.7) - nokogiri (1.11.2) + nokogiri (1.11.7) mini_portile2 (~> 2.5.0) racc (~> 1.4) - nokogiri (1.11.2-arm64-darwin) + nokogiri (1.11.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.11.2-x64-mingw32) + nokogiri (1.11.7-x64-mingw32) racc (~> 1.4) - nokogiri (1.11.2-x86_64-linux) + nokogiri (1.11.7-x86_64-darwin) + racc (~> 1.4) + nokogiri (1.11.7-x86_64-linux) racc (~> 1.4) popper_js (1.16.0) public_suffix (4.0.6) @@ -189,7 +203,7 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.10.1) - ruby2_keywords (0.0.4) + ruby2_keywords (0.0.5) rubyzip (2.3.0) sassc (2.4.0) ffi (~> 1.9) @@ -219,7 +233,7 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - twilio-ruby (5.46.0) + twilio-ruby (5.57.1) faraday (>= 0.9, < 2.0) jwt (>= 1.5, <= 2.5) nokogiri (>= 1.6, < 2.0) @@ -272,7 +286,7 @@ DEPENDENCIES spring sqlite3 (~> 1.4) turbolinks (~> 5) - twilio-ruby (~> 5.46) + twilio-ruby (~> 5.57) tzinfo-data vcr web-console (>= 4.1.0)