Skip to content

Commit

Permalink
update vulnerable dep
Browse files Browse the repository at this point in the history
  • Loading branch information
pokornyd committed Aug 7, 2024
1 parent 184278a commit 8214d51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions kontent-ai-delivery.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = 'kontent-ai-delivery'
spec.version = '3.0.1'
spec.version = '3.0.2'
spec.authors = ['Kontent.ai DevRel']
spec.email = ['[email protected]']
spec.summary = 'Kontent.ai Delivery SDK for Ruby'
Expand All @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_runtime_dependency('nokogiri', '~> 1.13', '>= 1.13.8')
spec.add_runtime_dependency('nokogiri', '~> 1.15.6')
spec.add_runtime_dependency('rest-client', '~> 2.1')
spec.add_runtime_dependency('ffi', '~> 1.9', '>= 1.9.10')
spec.add_development_dependency('bundler', '~> 2.3', '>= 2.3.22')
Expand Down
2 changes: 1 addition & 1 deletion lib/delivery/client/delivery_query.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class DeliveryQuery
'. See https://github.com/kontent-ai/delivery-sdk-ruby#filtering'.freeze
HEADER_WAIT_FOR_CONTENT = 'X-KC-Wait-For-Loading-New-Content'.freeze
HEADER_SDK_ID = 'X-KC-SDKID'.freeze
HEADER_SDK_VALUE = 'rubygems.org;kontent-ai-delivery;3.0.1'.freeze
HEADER_SDK_VALUE = 'rubygems.org;kontent-ai-delivery;3.0.2'.freeze
HEADER_CONTINUATION = 'X-Continuation'.freeze
attr_accessor :use_preview,
:preview_key,
Expand Down

0 comments on commit 8214d51

Please sign in to comment.