File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616 matrix :
1717 include :
18- - ruby : ' 3.0 '
19- gemfile : rails70
18+ - ruby : ' 3.2 '
19+ gemfile : rails72
2020 - ruby : ' 3.4'
2121 gemfile : rails80
2222 - ruby : ' 4.0'
Original file line number Diff line number Diff line change 66 NewCops : disable
77 SuggestExtensions : false
88 DisplayCopNames : true
9- TargetRubyVersion : 3.0
9+ TargetRubyVersion : 3.2
1010 Include :
1111 - ' **/*.rb'
1212 - ' Gemfile'
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ and ActiveRecord validations with better performance and consistency."
1919 spec . license = 'MIT'
2020 spec . files = Dir [ 'lib/**/*' ]
2121 spec . require_paths = [ 'lib' ]
22- spec . required_ruby_version = '>= 3.0 .0'
22+ spec . required_ruby_version = '>= 3.2 .0'
2323
24- spec . add_dependency 'activerecord' , '>= 7.0 .0'
24+ spec . add_dependency 'activerecord' , '>= 7.2 .0'
2525
2626 spec . add_development_dependency 'benchmark-ips'
2727 spec . add_development_dependency 'bundler'
You can’t perform that action at this time.
0 commit comments