File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -53,10 +53,10 @@ gem 'daemons', '~> 1.3.1'
5353# Gems used only for assets and not required
5454# in production environments by default.
5555gem 'twitter-bootstrap-rails' , '~> 5.0.0'
56- gem 'bootstrap-sass' , '~> 3.4.1'
56+ gem 'postcss-rails' , '~> 2.0.0'
57+ gem 'autoprefixer-rails' , '~> 10.4.7'
58+ gem 'bootstrap' , '~> 5.2.0' # Modern Bootstrap without Sass dependency
5759gem 'coffee-rails' , '~> 5.0.0'
58- gem 'sass' , '~> 3.7.4'
59- gem 'sass-rails' , '~> 6.0.0'
6060gem 'sprockets-rails' , '~> 3.2.2'
6161gem 'uglifier' , '~> 4.2.0'
6262# mail => 2.8.0 has startup failures with rails 6.1.x series
@@ -69,9 +69,6 @@ gem 'net-imap', '~> 0.4.10'
6969gem 'date' , '~> 3.3.4'
7070# don't try to install sassc 2.
7171gem 'roo' , '~> 2.8.3'
72- gem 'sassc' , '~> 2.4.0'
73- gem 'concurrent-ruby' , '1.3.4'
74-
7572# For workers - and other dependencies for measures
7673## Commonly update gems for testing and development
7774
You can’t perform that action at this time.
0 commit comments