Skip to content

Commit 52aaf9c

Browse files
Remove SASS related gems
1 parent 08574fc commit 52aaf9c

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ gem "observer"
1414

1515
gem 'sprockets-rails', '~> 3.2.2'
1616
gem "activerecord-trilogy-adapter" # for mysql installation
17-
gem 'bootstrap-sass'
18-
gem "sassc-rails", ">= 2.1.2"
1917
gem 'uglifier'
2018
gem 'coffee-rails'
2119
gem "feature_flipper"
@@ -24,8 +22,6 @@ gem 'jquery-rails'
2422
gem 'jbuilder', '~> 2.0'
2523

2624
gem 'devise', '~> 4.7.3'
27-
gem 'neat', '1.7.1'
28-
gem 'bourbon', '~> 4.2.2'
2925
gem 'draper'
3026
gem "kt-paperclip", "~> 6.4", ">= 6.4.1"
3127
gem 'aws-sdk-s3'

Gemfile.lock

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ GEM
7171
public_suffix (>= 2.0.2, < 7.0)
7272
apipie-rails (0.5.20)
7373
rails (>= 4.1)
74-
autoprefixer-rails (10.4.21.0)
75-
execjs (~> 2)
7674
aws-eventstream (1.4.0)
7775
aws-partitions (1.1118.0)
7876
aws-sdk-core (3.226.0)
@@ -101,14 +99,8 @@ GEM
10199
bigdecimal (3.2.3)
102100
binding_of_caller (1.0.1)
103101
debug_inspector (>= 1.2.0)
104-
bootstrap-sass (3.4.1)
105-
autoprefixer-rails (>= 5.2.1)
106-
sassc (>= 2.0.0)
107102
bootstrap-will_paginate (1.0.0)
108103
will_paginate
109-
bourbon (4.2.3)
110-
sass (~> 3.4)
111-
thor
112104
brakeman (7.1.0)
113105
racc
114106
builder (3.3.0)
@@ -265,9 +257,6 @@ GEM
265257
minitest (5.25.5)
266258
multi_xml (0.6.0)
267259
mutex_m (0.3.0)
268-
neat (1.7.1)
269-
bourbon (>= 4.0)
270-
sass (>= 3.3)
271260
nested_form (0.3.2)
272261
net-imap (0.4.22)
273262
date
@@ -396,11 +385,6 @@ GEM
396385
logger
397386
ruby2_keywords (0.0.5)
398387
rubyzip (3.1.0)
399-
sass (3.7.4)
400-
sass-listen (~> 4.0.0)
401-
sass-listen (4.0.0)
402-
rb-fsevent (~> 0.9, >= 0.9.4)
403-
rb-inotify (~> 0.9, >= 0.9.7)
404388
sassc (2.4.0)
405389
ffi (~> 1.9)
406390
sassc-rails (2.1.2)
@@ -475,9 +459,7 @@ DEPENDENCIES
475459
better_errors
476460
bigdecimal
477461
binding_of_caller
478-
bootstrap-sass
479462
bootstrap-will_paginate
480-
bourbon (~> 4.2.2)
481463
brakeman
482464
bundler-audit
483465
capybara (~> 3.36)
@@ -504,7 +486,6 @@ DEPENDENCIES
504486
kt-paperclip (~> 6.4, >= 6.4.1)
505487
listen
506488
mutex_m
507-
neat (= 1.7.1)
508489
observer
509490
premailer-rails
510491
pry-rails
@@ -513,7 +494,6 @@ DEPENDENCIES
513494
rails (~> 6.1.7)
514495
rails_admin (~> 2.2.1)
515496
rspec-rails
516-
sassc-rails (>= 2.1.2)
517497
search_cop (~> 1.0.6)
518498
selenium-webdriver
519499
shoulda-matchers

0 commit comments

Comments
 (0)