Skip to content

Commit

Permalink
Merge pull request #5521 from solidusio/elia/drop-autoprefixer-from-b…
Browse files Browse the repository at this point in the history
…ackend

Drop autoprefixer-rails from dependencies
  • Loading branch information
elia authored Nov 29, 2023
2 parents c74eafa + 4acb785 commit 9609689
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/lib/spree/backend.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
require 'sassc-rails'
require 'handlebars_assets'
require 'font-awesome-rails'
require 'autoprefixer-rails'
require 'jbuilder'
require 'kaminari'
require 'responders'
Expand Down
1 change: 0 additions & 1 deletion backend/solidus_backend.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ Gem::Specification.new do |s|
s.add_dependency 'responders'
s.add_dependency 'sassc-rails'

s.add_dependency 'autoprefixer-rails', '~> 10.2', '>= 10.2.5.1'
s.add_dependency 'handlebars_assets', '~> 0.23'
end

0 comments on commit 9609689

Please sign in to comment.