Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Bumped nokogiri to 1.10.3 for security purposes #140

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jenkins_pipeline_builder.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ automating Job & Pipeline creation from the YAML files checked-in with your appl
spec.add_dependency 'jenkins_api_client', '~> 1.0.0'
spec.add_dependency 'minitar'
spec.add_dependency 'mixlib-shellout', '= 2.2.7' # maintaining backwards compatibility with ruby 2.1.5
spec.add_dependency 'nokogiri', '~> 1.6.0'
spec.add_dependency 'nokogiri', '>= 1.6.0'
spec.add_dependency 'thor', '>= 0.18.0'

spec.add_development_dependency 'bump'
Expand Down