Switch back to bootstrap releases
Bootstrap-rubygem 5.3.2 onwards allows us to use dartsass-sprockets. Refs #4262
This commit is contained in:
parent
8daaab2aa8
commit
aad93b9978
2 changed files with 5 additions and 11 deletions
2
Gemfile
2
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"
|
||||
|
|
14
Gemfile.lock
14
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue