Skip to content

Commit

Permalink
Gems: drop webpacker
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Feb 26, 2024
1 parent e8057d1 commit fdf6916
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ else
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"
Expand Down Expand Up @@ -87,7 +86,6 @@ else
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"
Expand Down

0 comments on commit fdf6916

Please sign in to comment.