File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 matrix :
1111 ruby :
12- - ' 3.0'
1312 - ' 3.1'
1413 - ' 3.2'
1514 - ' 3.3'
16-
15+ - ' 3.4 '
1716 steps :
1817 - uses : actions/checkout@v3
1918 - name : Set up Ruby
Original file line number Diff line number Diff line change 33 - rubocop-rspec
44
55AllCops :
6- TargetRubyVersion : 3.0
6+ TargetRubyVersion : 3.1
77 NewCops : enable
88
99Layout/LineLength :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212 spec . description = 'CapybaraMock'
1313 spec . homepage = 'https://github.com/railsware/capybara_mock'
1414 spec . license = 'MIT'
15- spec . required_ruby_version = '>= 3.0 .0'
15+ spec . required_ruby_version = '>= 3.1 .0'
1616
1717 spec . metadata [ 'homepage_uri' ] = spec . homepage
1818 spec . metadata [ 'source_code_uri' ] = 'https://github.com/railsware/capybara_mock'
You can’t perform that action at this time.
0 commit comments