Skip to content

Commit

Permalink
Drop v6
Browse files Browse the repository at this point in the history
  • Loading branch information
ksss committed Nov 14, 2024
1 parent fa80e91 commit 685f358
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- '3.2'
- '3.3'
rails_version:
- '6.1'
- '7.0'
- '7.1'
- '7.2'
Expand Down
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ gem "bcrypt"
gem "steep"

case ENV['RAILS_VERSION']
when "6.0"
gem "rails", ">= 6.0", "< 6.1"
when "6.1"
gem "rails", ">= 6.1", "< 7"
when "7.0"
gem "rails", ">= 7.0", "< 7.1"
when "7.1"
Expand Down

0 comments on commit 685f358

Please sign in to comment.