Skip to content

Commit

Permalink
Bumped nokogiri and supplied config for ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaostrom-cb committed Sep 28, 2023
1 parent 708e8a6 commit ff26621
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem 'cocoapods', '~> 1.12.0'
gem 'deepsort', '~> 0.4.5'
gem 'faraday', '~> 1.3'
gem 'github-linguist', '~> 7.13.0'
gem 'nokogiri', '~> 1.13.6'
gem 'nokogiri', '~> 1.14.3'
gem 'parser', '~> 3.1.3'
gem 'rgl', '~> 0.5.9'
gem 'rubyzip', '~> 2.3.2'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,14 @@ GEM
addressable (>= 2.8)
method_source (1.0.0)
mini_mime (1.0.2)
mini_portile2 (2.8.0)
mini_portile2 (2.8.4)
minitest (5.20.0)
molinillo (0.8.0)
multipart-post (2.1.1)
nanaimo (0.3.0)
nap (1.1.0)
netrc (0.11.0)
nokogiri (1.13.10)
nokogiri (1.14.5)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
pairing_heap (1.0.0)
Expand All @@ -121,7 +121,7 @@ GEM
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
public_suffix (4.0.7)
racc (1.6.1)
racc (1.7.1)
rainbow (3.0.0)
regexp_parser (1.8.2)
rexml (3.2.5)
Expand Down Expand Up @@ -204,7 +204,7 @@ DEPENDENCIES
faraday (~> 1.3)
github-linguist (~> 7.13.0)
json-schema (~> 3.0)
nokogiri (~> 1.13.6)
nokogiri (~> 1.14.3)
parser (~> 3.1.3)
pry (~> 0.14)
pry-byebug (~> 3.10)
Expand Down
6 changes: 6 additions & 0 deletions salus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ scanner_configs:
- spec/fixtures/gosec/multifolder_goapp
- spec/fixtures/gosec/recursive_vulnerable_goapp
- spec/fixtures/gosec/multi_goapps
RubyVersionScanner:
warn:
min_version: '3.0.0'
max_version: '3.1.0'
error:
min_version: '3.0.0'

0 comments on commit ff26621

Please sign in to comment.