Skip to content

Commit

Permalink
Merge pull request #4012 from duckdb/dependabot/bundler/webrick-1.9.0
Browse files Browse the repository at this point in the history
Bump webrick from 1.8.2 to 1.9.0
  • Loading branch information
szarnyasg authored Nov 4, 2024
2 parents c768481 + bbc1951 commit 3f2a0b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ gem "rouge", git: "https://github.com/duckdb/rouge.git", branch: "duckdb"
gem "safe_yaml", "1.0.5"
gem "sass", "3.7.4"

gem "webrick", "~> 1.8"
gem "webrick", "~> 1.9"
gem 'word_wrap', '~> 1.0'
group :jekyll_plugins do
gem "jekyll-last-modified-at"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ GEM
ethon (>= 0.9.0)
unicode-display_width (2.6.0)
uri (0.13.1)
webrick (1.8.2)
webrick (1.9.0)
word_wrap (1.0.0)

PLATFORMS
Expand Down Expand Up @@ -316,7 +316,7 @@ DEPENDENCIES
rouge!
safe_yaml (= 1.0.5)
sass (= 3.7.4)
webrick (~> 1.8)
webrick (~> 1.9)
word_wrap (~> 1.0)

BUNDLED WITH
Expand Down

0 comments on commit 3f2a0b4

Please sign in to comment.