diff --git a/Gemfile b/Gemfile index 48b078a..aed91bd 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] -gem "bootstrap", "~> 4.3.1" +gem "bootstrap", "~> 5.0.0" # https://stackoverflow.com/questions/78617432/strange-bundle-update-issue-disappearing-net-pop-0-1-2-dependency gem "net-pop", github: "ruby/net-pop" gem "prometheus-client" diff --git a/Gemfile.lock b/Gemfile.lock index c68ca17..464c836 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,16 +72,16 @@ GEM anyway_config (2.6.4) ruby-next-core (~> 1.0) ast (2.4.2) - autoprefixer-rails (10.4.16.0) + autoprefixer-rails (10.4.19.0) execjs (~> 2) base64 (0.2.0) bigdecimal (3.1.8) bindex (0.8.1) bootsnap (1.18.3) msgpack (~> 1.2) - bootstrap (4.3.1) + bootstrap (5.0.0) autoprefixer-rails (>= 9.1.0) - popper_js (>= 1.14.3, < 2) + popper_js (>= 2.9.2, < 3) sassc-rails (>= 2.0.0) builder (3.3.0) byebug (11.1.3) @@ -158,25 +158,25 @@ GEM net-smtp (0.5.0) net-protocol nio4r (2.7.3) - nokogiri (1.16.6) + nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) - nokogiri (1.16.6-arm64-darwin) + nokogiri (1.16.7-arm64-darwin) racc (~> 1.4) - nokogiri (1.16.6-x86_64-linux) + nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) parallel (1.25.1) parser (3.3.3.0) ast (~> 2.4.1) racc - popper_js (1.16.1) + popper_js (2.11.8) prometheus-client (4.2.3) base64 public_suffix (6.0.0) puma (5.6.8) nio4r (~> 2.0) raabro (1.4.0) - racc (1.8.0) + racc (1.8.1) rack (2.2.9) rack-mini-profiler (2.3.4) rack (>= 1.2.0) @@ -216,7 +216,7 @@ GEM rb-inotify (0.11.1) ffi (~> 1.0) regexp_parser (2.9.2) - rexml (3.3.1) + rexml (3.3.3) strscan rubocop (1.64.1) json (~> 2.3) @@ -271,7 +271,7 @@ GEM base64 concurrent-ruby (~> 1.0) rack (> 1, < 3) - sprockets-rails (3.5.1) + sprockets-rails (3.5.2) actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) @@ -338,7 +338,7 @@ GEM railties yabeda (~> 0.8) yard (0.9.36) - zeitwerk (2.6.16) + zeitwerk (2.6.17) PLATFORMS arm64-darwin-21 @@ -347,7 +347,7 @@ PLATFORMS DEPENDENCIES bootsnap (>= 1.4.4) - bootstrap (~> 4.3.1) + bootstrap (~> 5.0.0) byebug capybara (>= 3.26) jbuilder (~> 2.9)