From aad93b99780832ad79c7ea40687cf2d114d6987f Mon Sep 17 00:00:00 2001 From: Andy Allan Date: Thu, 26 Oct 2023 11:38:10 +0100 Subject: [PATCH] Switch back to bootstrap releases Bootstrap-rubygem 5.3.2 onwards allows us to use dartsass-sprockets. Refs #4262 --- Gemfile | 2 +- Gemfile.lock | 14 ++++---------- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 8f0d29d5a..f9f12d64e 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem "sprockets-exporters_pack" gem "actionpack-page_caching", ">= 1.2.0" gem "activerecord-import" gem "active_record_union" -gem "bootstrap", :github => "twbs/bootstrap-rubygem", :ref => "fde1edff90d9219bbef48ecc6a65f13835269bcd" +gem "bootstrap", "~> 5.3.2" gem "bootstrap_form", "~> 5.0" gem "cancancan" gem "config" diff --git a/Gemfile.lock b/Gemfile.lock index 80f7b2936..3202c907d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,3 @@ -GIT - remote: https://github.com/twbs/bootstrap-rubygem.git - revision: fde1edff90d9219bbef48ecc6a65f13835269bcd - ref: fde1edff90d9219bbef48ecc6a65f13835269bcd - specs: - bootstrap (5.3.1) - autoprefixer-rails (>= 9.1.0) - popper_js (>= 2.11.8, < 3) - GEM remote: https://rubygems.org/ specs: @@ -135,6 +126,9 @@ GEM debug_inspector (>= 0.0.1) bootsnap (1.16.0) msgpack (~> 1.2) + bootstrap (5.3.2) + autoprefixer-rails (>= 9.1.0) + popper_js (>= 2.11.8, < 3) bootstrap_form (5.3.2) actionpack (>= 6.1) activemodel (>= 6.1) @@ -590,7 +584,7 @@ DEPENDENCIES better_errors binding_of_caller bootsnap (>= 1.4.2) - bootstrap! + bootstrap (~> 5.3.2) bootstrap_form (~> 5.0) brakeman browser -- 2.39.5