Skip to content

Commit

Permalink
Merge pull request #90 from mitre/updateNokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Clark authored Apr 23, 2021
2 parents b8a784f + 72a2d8f commit cca97c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

jobs:
lint:
test:
strategy:
matrix:
platform: [ubuntu-16.04, ubuntu-latest, macos-latest, windows-latest]
Expand Down
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ inherit_from: .rubocop_todo.yml

AllCops:
NewCops: enable
TargetRubyVersion: 2.4
TargetRubyVersion: 2.5
Exclude:
- Gemfile
- Rakefile
Expand Down
2 changes: 1 addition & 1 deletion heimdall_tools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit cca97c9

Please sign in to comment.