Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pooza committed Nov 20, 2024
1 parent d67eb8c commit cc855bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ginseng-web.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'rack', '>=3.1.5' # CVE-2024-39316
spec.add_dependency 'rss'
spec.add_dependency 'sassc'
spec.add_dependency 'sinatra'
spec.add_dependency 'sinatra', '>=4.1.0' # CVE-2024-21510
spec.add_dependency 'slim'
spec.add_dependency 'tilt', '~>2.1.0'
end

0 comments on commit cc855bf

Please sign in to comment.