Skip to content

Commit

Permalink
Rails 6.0.x is EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Oct 9, 2023
1 parent 7b59113 commit a02cf1d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
- rails_7.1.0
- rails_7.0.8
- rails_6.1.7
- rails_6.0.6

steps:
- name: Checkout
Expand Down
1 change: 0 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

RAILS_VERSIONS = %w[
6.0.6
6.1.7
7.0.8
7.1.0
Expand Down
2 changes: 1 addition & 1 deletion draper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.require_paths = ["lib"]

s.add_runtime_dependency "rails", ">= 6.0"
s.add_runtime_dependency "rails", ">= 6.1"
s.add_runtime_dependency "request_store", ">= 1.0"

s.add_development_dependency "appraisal"
Expand Down
8 changes: 0 additions & 8 deletions gemfiles/rails_6.0.6.gemfile

This file was deleted.

0 comments on commit a02cf1d

Please sign in to comment.