Skip to content

Commit

Permalink
Drop support for 6.1 , EOL in a month anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Sep 4, 2024
1 parent 8900cca commit c061277
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
ruby: [ "3.1", "3.2", "3.3" ]
rails: [ "6.1", "7.0", "7.1", "7.2" ]
rails: [ "7.0", "7.1", "7.2" ]
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down
4 changes: 0 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
appraise "rails-6.1" do
gem "rails", "~> 6.1"
end

appraise "rails-7.0" do
gem "rails", "~> 7.0"
end
Expand Down
4 changes: 2 additions & 2 deletions quo.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

# Uncomment to register a new dependency of your gem
spec.add_dependency "activerecord", ">= 6", "< 8"
spec.add_dependency "activesupport", ">= 6", "< 8"
spec.add_dependency "activerecord", ">= 7", "< 8"
spec.add_dependency "activesupport", ">= 7", "< 8"
spec.add_dependency "literal", ">= 0.2.0", "< 0.3.0"

spec.add_development_dependency "appraisal"
Expand Down
Empty file.

0 comments on commit c061277

Please sign in to comment.