Skip to content

Commit

Permalink
Deletes compass-rails gem from Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
matyikriszta committed Sep 15, 2022
1 parent c34d8c7 commit 35d8882
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ gem 'acts-as-taggable-on', '~> 5.0'
gem 'carrierwave'
gem 'carrierwave-ftp', require: 'carrierwave/storage/sftp'
gem 'cocoon'
gem 'compass-rails'
gem 'delayed_job'
gem 'delayed_job_active_record'
gem 'font_awesome5_rails'
Expand Down
21 changes: 0 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ GEM
coffee-rails (>= 3.2)
railties (>= 3.0)
sassc-rails (>= 2.1.2)
chunky_png (1.3.11)
cocoon (1.2.15)
coderay (1.1.3)
coffee-rails (4.2.2)
Expand All @@ -90,22 +89,6 @@ GEM
coffee-script-source (1.12.2)
commonmarker (0.21.1)
ruby-enum (~> 0.5)
compass (1.0.3)
chunky_png (~> 1.2)
compass-core (~> 1.0.2)
compass-import-once (~> 1.0.5)
rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9)
sass (>= 3.3.13, < 3.5)
compass-core (1.0.3)
multi_json (~> 1.0)
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
compass-rails (4.0.0)
compass (~> 1.0.0)
sass-rails (< 5.1)
sprockets (< 4.0)
concurrent-ruby (1.1.10)
crass (1.0.6)
css_parser (1.7.1)
Expand Down Expand Up @@ -295,9 +278,6 @@ GEM
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rake (13.0.6)
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
ffi (~> 1.0)
regexp_parser (1.8.2)
rexml (3.2.5)
rolify (5.3.0)
Expand Down Expand Up @@ -426,7 +406,6 @@ DEPENDENCIES
chosen-rails
cocoon
commonmarker
compass-rails
database_cleaner
delayed_job
delayed_job_active_record
Expand Down

0 comments on commit 35d8882

Please sign in to comment.