Skip to content

Commit

Permalink
Remove conditional support for Rails 5
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Dec 27, 2023
1 parent aafbc6d commit 5041a00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/test_app_templates/Gemfile.extra
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
gem 'rails-controller-testing'
gem 'thor', '~> 0.20' if /^5.[12]/.match?(ENV['RAILS_VERSION'])

unless ENV['VIEW_COMPONENT_VERSION'].to_s == ""
gem 'view_component', ENV.fetch('VIEW_COMPONENT_VERSION')
Expand Down

0 comments on commit 5041a00

Please sign in to comment.