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 8cceb1c commit 3ed3ada
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 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
7 changes: 0 additions & 7 deletions gemfiles/rails_6.0.6.gemfile

This file was deleted.

2 changes: 1 addition & 1 deletion remotipart.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |s|

s.files = `git ls-files`.split("\n")

s.add_runtime_dependency 'rails', '>= 6.0'
s.add_runtime_dependency 'rails', '>= 6.1'
s.add_runtime_dependency 'zeitwerk'

s.add_development_dependency 'appraisal'
Expand Down

0 comments on commit 3ed3ada

Please sign in to comment.