Skip to content

Commit

Permalink
Merge pull request #3019 from projectblacklight/remove-ec
Browse files Browse the repository at this point in the history
Remove obsolete engine_cart config
  • Loading branch information
jcoyne committed Jun 21, 2024
2 parents c56a203 + 3d90b8e commit ded6593
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ else
else
gem 'rails', ENV['RAILS_VERSION']
end

case ENV['RAILS_VERSION']
when /^6.0/
gem 'sass-rails', '>= 6'
gem 'webpacker', '~> 4.0'
when /^5.[12]/
gem 'sass-rails', '~> 5.0'
gem 'sprockets', '~> 3.7'
gem 'thor', '~> 0.20'
end
end
end
# END ENGINE_CART BLOCK
Expand Down

0 comments on commit ded6593

Please sign in to comment.