File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 matrix :
1010 ruby :
1111 # See comment comes from https://github.com/ruby/setup-ruby#matrix-of-ruby-versions
12- # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
13- - ' 3.0'
14- - 3.1
15- - 3.2
1612 - 3.3
13+ - 3.4
1714 - head
1815 env :
1916 BUNDLE_GEMFILE : Gemfile
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
1111 spec . summary = "A code manifest"
1212 spec . description = "A code manifest"
1313 spec . homepage = "https://github.com/rubyatscale/code_manifest"
14- spec . required_ruby_version = Gem ::Requirement . new ( ">= 2.7 " )
14+ spec . required_ruby_version = Gem ::Requirement . new ( ">= 3.3 " )
1515
1616 spec . metadata [ "homepage_uri" ] = spec . homepage
1717 spec . metadata [ "source_code_uri" ] = "https://github.com/rubyatscale/code_manifest"
You can’t perform that action at this time.
0 commit comments