Skip to content

Commit 5e23ec6

Browse files
committed
Adjust minimal ruby version
1 parent bb98152 commit 5e23ec6

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.0.0' # using 3.0.0 instead of latest patch as 3.0.0 is the minimum specified in the gemspec
18-
- '3.1.6'
1917
- '3.2.2'
2018
- '3.3.6'
2119

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins:
77
- rubocop-rails
88

99
AllCops:
10-
TargetRubyVersion: 3.0.0
10+
TargetRubyVersion: 3.2.0
1111
NewCops: enable
1212

1313
Gemspec/DevelopmentDependencies:

code0-zero_track.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010
spec.homepage = 'https://github.com/code0-tech/code0-zero_track'
1111
spec.summary = 'Common helpers for Code0 rails applications'
1212
spec.license = 'MIT'
13-
spec.required_ruby_version = '>= 3.0.0'
13+
spec.required_ruby_version = '>= 3.2.0'
1414

1515
spec.metadata['homepage_uri'] = spec.homepage
1616
spec.metadata['source_code_uri'] = spec.homepage

0 commit comments

Comments
 (0)