Skip to content

Commit a96b100

Browse files
authored
Merge pull request #323 from projectblacklight/remove_conditions_for_old_rails
remove conditional Gemfile inclusions for old Rails we don't test with anymore
2 parents 9a53724 + 740f2cb commit a96b100

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Gemfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,6 @@ else
4343
else
4444
gem 'rails', ENV['RAILS_VERSION']
4545
end
46-
47-
case ENV['RAILS_VERSION']
48-
when /^6.0/
49-
gem 'sass-rails', '>= 6'
50-
gem 'webpacker', '~> 4.0'
51-
when /^5.[12]/
52-
gem 'sass-rails', '~> 5.0'
53-
gem 'sprockets', '~> 3.7'
54-
gem 'thor', '~> 0.20'
55-
end
5646
end
5747
end
5848
# END ENGINE_CART BLOCK

0 commit comments

Comments
 (0)