From 5041a005e5675c1d3d644d29b485949cd2d7ac56 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Wed, 27 Dec 2023 10:54:15 -0600 Subject: [PATCH] Remove conditional support for Rails 5 --- spec/test_app_templates/Gemfile.extra | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/test_app_templates/Gemfile.extra b/spec/test_app_templates/Gemfile.extra index 615b7c2686..0db3fcbcd9 100644 --- a/spec/test_app_templates/Gemfile.extra +++ b/spec/test_app_templates/Gemfile.extra @@ -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')