Skip to content

Commit a23952e

Browse files
committed
GET RID OF SASSC
1 parent 8201d1c commit a23952e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

server/Gemfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff 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.
5555
gem '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
5759
gem 'coffee-rails', '~> 5.0.0'
58-
gem 'sass', '~> 3.7.4'
59-
gem 'sass-rails', '~> 6.0.0'
6060
gem 'sprockets-rails', '~> 3.2.2'
6161
gem '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'
6969
gem 'date', '~> 3.3.4'
7070
# don't try to install sassc 2.
7171
gem '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

0 commit comments

Comments
 (0)