File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 matrix :
1515 ruby :
16- - 3.2
1716 - 3.3
1817 - 3.4
1918 - 4.0
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ AllCops:
1414 NewCops : enable
1515 Exclude :
1616 - vendor/bundle/**/**
17- TargetRubyVersion : 2.6
17+ TargetRubyVersion : 3.3
1818
1919Metrics/ParameterLists :
2020 Enabled : false
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
1010 spec . description = 'packs-rails establishes and implements a set of conventions for splitting up large monoliths.'
1111 spec . homepage = 'https://github.com/rubyatscale/packs-rails'
1212 spec . license = 'MIT'
13- spec . required_ruby_version = Gem ::Requirement . new ( '>= 3.1 ' )
13+ spec . required_ruby_version = Gem ::Requirement . new ( '>= 3.3 ' )
1414
1515 spec . metadata [ 'homepage_uri' ] = spec . homepage
1616 spec . metadata [ 'source_code_uri' ] = 'https://github.com/rubyatscale/packs-rails'
You can’t perform that action at this time.
0 commit comments