File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 strategy :
99 matrix :
10- ruby : ['2.6', '2.7']
10+ ruby : ['2.5', '2. 6', '2.7']
1111 name : Test ruby v${{ matrix.ruby }} support
1212 steps :
1313 - uses : actions/checkout@v1
Original file line number Diff line number Diff line change 11AllCops :
2- TargetRubyVersion : 2.6
2+ TargetRubyVersion : 2.5
33
44Style/Documentation :
55 Enabled : false
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
1414 spec . homepage = 'https://github.com/bugcrowd/vrt-ruby'
1515 spec . license = 'MIT'
1616 spec . require_paths = [ 'lib' ]
17- spec . required_ruby_version = '>= 2.6 '
17+ spec . required_ruby_version = '>= 2.5 '
1818
1919 spec . add_development_dependency 'bundler' , '~> 2.1'
2020 spec . add_development_dependency 'pry' , '~> 0.11'
You can’t perform that action at this time.
0 commit comments