Skip to content

Commit 4294f7f

Browse files
authored
Merge pull request #35 from pbi-tools/dependabot/bundler/docs/webrick-1.9.1
Bump webrick from 1.7.0 to 1.9.1 in /docs
2 parents 3c9ca5f + 5b76df8 commit 4294f7f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ gem 'github-pages', group: :jekyll_plugins
66
# to publich without github page
77
#gem "jekyll"
88

9-
gem "webrick", "~> 1.7"
9+
gem "webrick", "~> 1.9"
1010
gem 'wdm', '>= 0.1.0' if Gem.win_platform?

docs/Gemfile.lock

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,16 +270,17 @@ GEM
270270
tzinfo (2.0.6)
271271
concurrent-ruby (~> 1.0)
272272
unicode-display_width (1.8.0)
273-
uri (1.0.2)
274273
webrick (1.9.1)
274+
zeitwerk (2.4.2)
275+
uri (1.0.2)
275276

276277
PLATFORMS
277278
ruby
278279
x64-mingw32
279280

280281
DEPENDENCIES
281282
github-pages
282-
webrick (~> 1.7)
283+
webrick (~> 1.9)
283284

284285
BUNDLED WITH
285286
2.2.29

0 commit comments

Comments
 (0)