From e4fa0ded50668fee86db4d76a02afa0faaad4a3b Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Tue, 5 Nov 2024 08:03:00 -0500 Subject: [PATCH] chore: drop EOL rails version from CI config (#510) --- .github/workflows/ruby.yml | 1 - gemfiles/Gemfile-rails.6.1.x | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 gemfiles/Gemfile-rails.6.1.x diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index c3204aac..02c5cb78 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -17,7 +17,6 @@ jobs: "3.3", ] gemfile: [ - "Gemfile-rails.6.1.x", "Gemfile-rails.7.0.x", "Gemfile-rails.7.1.x", "Gemfile-rails.7.2.x", diff --git a/gemfiles/Gemfile-rails.6.1.x b/gemfiles/Gemfile-rails.6.1.x deleted file mode 100644 index 85f3496b..00000000 --- a/gemfiles/Gemfile-rails.6.1.x +++ /dev/null @@ -1,7 +0,0 @@ -source 'https://rubygems.org' - -gem 'rails', '~> 6.1.0' - -gemspec path: '../vite_ruby' -gemspec path: '../vite_rails' -gemspec path: '../vite_plugin_legacy'