Skip to content

Commit

Permalink
Merge pull request #2062 from bosch-io/fix/webrick-version
Browse files Browse the repository at this point in the history
fix Webrick securite warning
  • Loading branch information
alstanchev authored Nov 15, 2024
2 parents 06ff4ad + 69a514f commit 70ed644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/main/resources/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?

# Webrick is not included in ruby since 3.0.0 https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/
# This should be fixed with jekyll 4.3 https://github.com/jekyll/jekyll/pull/8524
gem "webrick", "~> 1.7.0"
gem "webrick", "~> 1.8.2"

0 comments on commit 70ed644

Please sign in to comment.