From 2834de9f29474b721bb6b299e571f3f0240aadbf Mon Sep 17 00:00:00 2001 From: Brot & Games Date: Tue, 15 Oct 2024 21:53:06 +0200 Subject: [PATCH] Downgrade bootstrap from 5 to 4 --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 0fe87fb..d5270fe 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", "~> 5.3" +gem "bootstrap", "~> 4" # 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 b641be4..a33c548 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,9 +79,9 @@ GEM bindex (0.8.1) bootsnap (1.18.4) msgpack (~> 1.2) - bootstrap (5.3.3) + bootstrap (4.6.2.1) autoprefixer-rails (>= 9.1.0) - popper_js (>= 2.11.8, < 3) + popper_js (>= 1.16.1, < 2) builder (3.3.0) byebug (11.1.3) capybara (3.40.0) @@ -170,7 +170,7 @@ GEM parser (3.3.5.0) ast (~> 2.4.1) racc - popper_js (2.11.8) + popper_js (1.16.1) prometheus-client (4.2.3) base64 public_suffix (6.0.1) @@ -345,7 +345,7 @@ PLATFORMS DEPENDENCIES bootsnap (>= 1.4.4) - bootstrap (~> 5.3) + bootstrap (~> 4) byebug capybara (>= 3.26) jbuilder (~> 2.9)