File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3535 uses : github/codeql-action/analyze@v3
3636 - uses : ruby/setup-ruby@v1
3737 with :
38- ruby-version : ' 3.2 '
38+ ruby-version : ' 3.3 '
3939 bundler-cache : true
4040 - name : " Run rufo code formatting checks"
4141 run : |
Original file line number Diff line number Diff line change 1515 strategy :
1616 fail-fast : false
1717 matrix :
18- os : ['ubuntu-22.04 ', 'macos-12 ']
19- ruby : ['3.0', '3.1 ', '3.2 ']
18+ os : ['ubuntu-latest ', 'macos-latest ']
19+ ruby : ['3.0', '3.2 ', '3.3 ']
2020 steps :
2121 - uses : actions/checkout@v4
2222 - name : MacOs Dependencies
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
2222 spec . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(test|spec|features)/} ) }
2323
2424 spec . platform = Gem ::Platform ::RUBY
25- spec . required_ruby_version = ">= 2.7 " , "< 4.0"
25+ spec . required_ruby_version = ">= 3.0 " , "< 4.0"
2626
2727 # OmniAuth is what this strategy is providing
2828 spec . add_dependency "omniauth" , "~> 2.1"
You can’t perform that action at this time.
0 commit comments