Skip to content

Commit

Permalink
Merge 62b1960 into 7d2c469
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Dec 15, 2019
2 parents 7d2c469 + 62b1960 commit c5a85ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AllCops:
- rake
DisplayStyleGuide: true
ExtraDetails: true
TargetRubyVersion: 2.3.0
TargetRubyVersion: 2.4
Exclude:
- 'vendor/**/*'
- 'bin/**/*'
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:
- GIT_COMMITTED_AT=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then git log -1 --pretty=format:%ct; else git log -1 --skip 1 --pretty=format:%ct; fi)

rvm:
- 2.3
- 2.4
- 2.5
- 2.6
Expand Down
4 changes: 2 additions & 2 deletions rspec-sonarqube-formatter.gemspec
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.3.0'
spec.required_ruby_version = '>= 2.4.0'

spec.add_dependency 'htmlentities', '~> 4.3.3'
spec.add_dependency 'rspec', '~> 3.0'

spec.add_development_dependency 'bundler', '~> 2.0.2'
spec.add_development_dependency 'bundler', '~> 2.1.0'
spec.add_development_dependency 'coveralls', '~> 0.8.23'
spec.add_development_dependency 'rake', '~> 13.0.1'
spec.add_development_dependency 'rubocop', '~> 0.77.0'
Expand Down

0 comments on commit c5a85ed

Please sign in to comment.