Skip to content

Commit cbc4422

Browse files
authored
Update supported Ruby and Rails versions (#162)
1 parent a54dbad commit cbc4422

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
ruby: ["3.0", "3.1", "3.2", "3.3", "3.4"]
18-
rails: ["7.0", "7.1", "7.2", "8.0.0"]
17+
ruby: ["3.1", "3.2", "3.3", "3.4"]
18+
rails: ["7.1", "7.2", "8.0"]
1919
continue-on-error: [false]
2020

2121
services:

fx.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ Gem::Specification.new do |spec|
2727
spec.add_dependency "activerecord", ">= 7.0"
2828
spec.add_dependency "railties", ">= 7.0"
2929

30-
spec.required_ruby_version = ">= 3.0"
30+
spec.required_ruby_version = ">= 3.1"
3131
end

0 commit comments

Comments
 (0)