Upgrade Bootstrap to 5.3.3

Also switching to sassc-rails as it's the RoR default now and dropping
bootstrap-switch-rails, bootstrap 5 includes switches.
This commit is contained in:
Henne Vogelsang 2024-06-07 14:55:06 +02:00
parent 11a20a8286
commit 76fdb3e948
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
5 changed files with 9 additions and 72 deletions

10
Gemfile
View file

@ -70,15 +70,12 @@ gem 'awesome_nested_set'
# as templating language
gem 'haml-rails'
# for stylesheets
gem 'sass-rails', '>= 4.0.2'
# as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
# as the front-end framework
gem 'autoprefixer-rails'
gem 'bootstrap-sass', '~> 3.4.0'
gem 'sassc-rails'
gem 'bootstrap', '~> 5'
gem 'cocoon'
# as the JavaScript library
@ -149,9 +146,6 @@ gem 'money-rails'
# for lists
gem 'acts_as_list'
# for switch checkboxes
gem 'bootstrap-switch-rails', '3.3.3' # Locked pending Bttstrp/bootstrap-switch#707
# for parsing OEmbed data
gem 'ruby-oembed'