Skip to content

Commit

Permalink
Merge pull request #368 from panorama-ed/dependabot/bundler/webrick-1…
Browse files Browse the repository at this point in the history
….9.1

Bump webrick from 1.8.2 to 1.9.1
  • Loading branch information
JacobEvelyn authored Dec 18, 2024
2 parents 92407d0 + d79f992 commit 257a727
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ end
# Excluded from CI except on latest MRI Ruby, to reduce compatibility burden
group :docs, optional: true do
gem "redcarpet", "~> 3.6"
gem "webrick", "~> 1.8"
gem "webrick", "~> 1.9"
gem "yard", "~> 0.9"
gem "yard-doctest", "~> 0.1"
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ GEM
slop (3.6.0)
unicode-display_width (2.6.0)
values (1.8.0)
webrick (1.8.2)
webrick (1.9.1)
yard (0.9.37)
yard-doctest (0.1.17)
minitest
Expand All @@ -101,7 +101,7 @@ DEPENDENCIES
simplecov
simplecov-cobertura
values (~> 1)
webrick (~> 1.8)
webrick (~> 1.9)
yard (~> 0.9)
yard-doctest (~> 0.1)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ To edit documentation locally and see it rendered in your browser
using hot reloading, run:

```bash
bundle exec yard server --reload
BUNDLE_WITH=docs bundle exec yard server --reload
```

You can then open your web browser to `http://127.0.0.1:8808/`. As you
Expand Down

0 comments on commit 257a727

Please sign in to comment.