diff --git a/Gemfile b/Gemfile index 086c82c..e8b1db4 100644 --- a/Gemfile +++ b/Gemfile @@ -49,4 +49,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 "bootstrap", "~> 4.5" +gem "bootstrap", "~> 5.0" diff --git a/Gemfile.lock b/Gemfile.lock index e10b481..35d8822 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,14 +62,14 @@ GEM zeitwerk (~> 2.3) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) - autoprefixer-rails (10.2.0.0) - execjs + autoprefixer-rails (10.2.5.0) + execjs (< 2.8.0) bindex (0.8.1) bootsnap (1.5.1) msgpack (~> 1.0) - bootstrap (4.5.3) + bootstrap (5.0.1) autoprefixer-rails (>= 9.1.0) - popper_js (>= 1.14.3, < 2) + popper_js (>= 2.9.2, < 3) sassc-rails (>= 2.0.0) builder (3.2.4) byebug (11.1.3) @@ -90,12 +90,12 @@ GEM multipart-post (>= 1.2, < 3) ruby2_keywords faraday-net_http (1.0.1) - ffi (1.14.2) - ffi (1.14.2-x64-mingw32) + ffi (1.15.0) + ffi (1.15.0-x64-mingw32) globalid (0.4.2) activesupport (>= 4.2.0) hashdiff (1.0.1) - i18n (1.8.9) + i18n (1.8.10) concurrent-ruby (~> 1.0) jbuilder (2.10.1) activesupport (>= 5.0.0) @@ -103,7 +103,7 @@ GEM listen (3.4.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.9.0) + loofah (2.9.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) @@ -111,21 +111,23 @@ GEM marcel (1.0.0) method_source (1.0.0) mini_mime (1.0.3) - mini_portile2 (2.5.0) + mini_portile2 (2.5.1) minitest (5.14.4) msgpack (1.4.2) multipart-post (2.1.1) nio4r (2.5.7) - nokogiri (1.11.2) + nokogiri (1.11.4) mini_portile2 (~> 2.5.0) racc (~> 1.4) - nokogiri (1.11.2-arm64-darwin) + nokogiri (1.11.4-arm64-darwin) racc (~> 1.4) - nokogiri (1.11.2-x64-mingw32) + nokogiri (1.11.4-x64-mingw32) racc (~> 1.4) - nokogiri (1.11.2-x86_64-linux) + nokogiri (1.11.4-x86_64-darwin) racc (~> 1.4) - popper_js (1.16.0) + nokogiri (1.11.4-x86_64-linux) + racc (~> 1.4) + popper_js (2.9.2) public_suffix (4.0.6) puma (5.1.1) nio4r (~> 2.0) @@ -259,7 +261,7 @@ PLATFORMS DEPENDENCIES bootsnap (>= 1.4.4) - bootstrap (~> 4.5) + bootstrap (~> 5.0) byebug dotenv-rails jbuilder (~> 2.7)