Skip to content

Commit

Permalink
Drop autoprefixer-rails from dependencies
Browse files Browse the repository at this point in the history
No need to force it on the whole application asset pipeline in 2023,
and it's easy to add it back locally if really needed.
  • Loading branch information
elia committed Nov 28, 2023
1 parent c74eafa commit 4acb785
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 4acb785

Please sign in to comment.