Skip to content

Commit

Permalink
fix: resources/language-metavariables/tree-sitter-sql/docs/Gemfile & …
Browse files Browse the repository at this point in the history
…resources/language-metavariables/tree-sitter-sql/docs/Gemfile.lock to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-WEBRICK-8068535
  • Loading branch information
snyk-bot committed Sep 24, 2024
1 parent d5df4b3 commit 06d6392
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ source "https://rubygems.org"
gem "jekyll", "~> 4.3.3"

group :development do
gem 'webrick'
gem 'webrick', '>= 1.8.2'
gem 'pry-byebug'
end
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ GEM
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.5.0)
webrick (1.8.1)
webrick (1.8.2)

PLATFORMS
arm64-darwin-21
Expand All @@ -86,7 +86,7 @@ PLATFORMS
DEPENDENCIES
jekyll (~> 4.3.3)
pry-byebug
webrick
webrick (>= 1.8.2)

BUNDLED WITH
2.4.6

0 comments on commit 06d6392

Please sign in to comment.