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 50fe9d8
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 50fe9d8

Please sign in to comment.