Skip to content

Commit 93e1845

Browse files
committed
reintroudce 2.5 and make rubocop happy
1 parent fb9ed58 commit 93e1845

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
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

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AllCops:
2-
TargetRubyVersion: 2.6
2+
TargetRubyVersion: 2.5
33

44
Style/Documentation:
55
Enabled: false

bmt.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)