Upgrade to bootstrap 5.3
This commit is contained in:
parent
95041ec81a
commit
14c20e9835
2 changed files with 6 additions and 6 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 => "gravitystorm/bootstrap-rubygem", :branch => "dartsass_5_2_3"
|
||||
gem "bootstrap", :github => "twbs/bootstrap-rubygem", :ref => "fde1edff90d9219bbef48ecc6a65f13835269bcd"
|
||||
gem "bootstrap_form", "~> 5.0"
|
||||
gem "cancancan"
|
||||
gem "composite_primary_keys", "~> 14.0.0"
|
||||
|
|
10
Gemfile.lock
10
Gemfile.lock
|
@ -1,11 +1,11 @@
|
|||
GIT
|
||||
remote: https://github.com/gravitystorm/bootstrap-rubygem.git
|
||||
revision: 7bd2caa8a2897a55892915a789d4e020906adb60
|
||||
branch: dartsass_5_2_3
|
||||
remote: https://github.com/twbs/bootstrap-rubygem.git
|
||||
revision: fde1edff90d9219bbef48ecc6a65f13835269bcd
|
||||
ref: fde1edff90d9219bbef48ecc6a65f13835269bcd
|
||||
specs:
|
||||
bootstrap (5.2.3)
|
||||
bootstrap (5.3.1)
|
||||
autoprefixer-rails (>= 9.1.0)
|
||||
popper_js (>= 2.11.6, < 3)
|
||||
popper_js (>= 2.11.8, < 3)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
|
|
Loading…
Add table
Reference in a new issue