Skip to content

Commit

Permalink
Drop Rails 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Aug 30, 2024
1 parent c89dbcf commit 77bea1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- '3.0'
- '3.1'
rails-version:
- '6.1'
- '7.0'
services:
postgres:
Expand Down
4 changes: 1 addition & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundle
minimum_version =
case ENV.fetch('TEST_RAILS_VERSION', nil)
when "7.0"
"~>7.0.8"
else
# Default local bundling to use this version for generating migrations
"~>6.1.4"
"~>7.0.8"
end
gem "rails", minimum_version

0 comments on commit 77bea1a

Please sign in to comment.