diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c85de3d..a074746 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ on: branches: [ master ] jobs: - lint: + test: strategy: matrix: platform: [ubuntu-16.04, ubuntu-latest, macos-latest, windows-latest] diff --git a/.rubocop.yml b/.rubocop.yml index 45dee70..39f236c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,7 +3,7 @@ inherit_from: .rubocop_todo.yml AllCops: NewCops: enable - TargetRubyVersion: 2.4 + TargetRubyVersion: 2.5 Exclude: - Gemfile - Rakefile diff --git a/heimdall_tools.gemspec b/heimdall_tools.gemspec index 4954908..7eb7fcd 100644 --- a/heimdall_tools.gemspec +++ b/heimdall_tools.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'git-lite-version-bump', '>= 0.17.2' spec.add_runtime_dependency 'httparty', '~> 0.18.0' spec.add_runtime_dependency 'json', '~> 2.3' - spec.add_runtime_dependency 'nokogiri', '~> 1.10.9' + spec.add_runtime_dependency 'nokogiri', '~> 1.11' spec.add_runtime_dependency 'openssl', '~> 2.1' spec.add_runtime_dependency 'thor', '~> 0.19' spec.add_development_dependency 'bundler'