From 3e1b7d61c4f176db1451400634346fe738d0a622 Mon Sep 17 00:00:00 2001 From: Nicolas Rodriguez Date: Sat, 2 Jan 2021 00:08:16 +0100 Subject: [PATCH] Remove Rails 5.1.x from Appraisal --- Appraisals | 1 - gemfiles/rails_5.1.7.gemfile | 7 ------- 2 files changed, 8 deletions(-) delete mode 100644 gemfiles/rails_5.1.7.gemfile diff --git a/Appraisals b/Appraisals index 048ce9d..89ba723 100644 --- a/Appraisals +++ b/Appraisals @@ -1,7 +1,6 @@ # frozen_string_literal: true RAILS_VERSIONS = %w[ - 5.1.7 5.2.4 6.0.3 6.1.0 diff --git a/gemfiles/rails_5.1.7.gemfile b/gemfiles/rails_5.1.7.gemfile deleted file mode 100644 index 13287c1..0000000 --- a/gemfiles/rails_5.1.7.gemfile +++ /dev/null @@ -1,7 +0,0 @@ -# This file was generated by Appraisal - -source "https://rubygems.org" - -gem "activejob", "5.1.7" - -gemspec path: "../"