File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
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'
19
17
- ' 3.2.2'
20
18
- ' 3.3.6'
21
19
Original file line number Diff line number Diff line change 7
7
- rubocop-rails
8
8
9
9
AllCops :
10
- TargetRubyVersion : 3.0 .0
10
+ TargetRubyVersion : 3.2 .0
11
11
NewCops : enable
12
12
13
13
Gemspec/DevelopmentDependencies :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
spec . homepage = 'https://github.com/code0-tech/code0-zero_track'
11
11
spec . summary = 'Common helpers for Code0 rails applications'
12
12
spec . license = 'MIT'
13
- spec . required_ruby_version = '>= 3.0 .0'
13
+ spec . required_ruby_version = '>= 3.2 .0'
14
14
15
15
spec . metadata [ 'homepage_uri' ] = spec . homepage
16
16
spec . metadata [ 'source_code_uri' ] = spec . homepage
You can’t perform that action at this time.
0 commit comments