Skip to content

bundle(deps): bump webrick from 1.8.2 to 1.9.0 #559

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 21 additions & 21 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
source "https://rubygems.org"
ruby RUBY_VERSION
gem "jekyll"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jemoji"
gem "github-pages"
gem "jekyll-remote-theme"
gem "jekyll-feed"
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'webrick', '~> 1.7'
# gem "rake"
# gem 'prism', '~> 0.17.1'
# gem 'ruby-lsp', '~> 0.12.4'
source "https://rubygems.org"
ruby RUBY_VERSION

gem "jekyll"

# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jemoji"
gem "github-pages"
gem "jekyll-remote-theme"
gem "jekyll-feed"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem 'webrick', '~> 1.9'

# gem "rake"
# gem 'prism', '~> 0.17.1'
# gem 'ruby-lsp', '~> 0.12.4'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.13.1)
webrick (1.8.2)
webrick (1.9.0)

PLATFORMS
aarch64-linux
Expand All @@ -308,7 +308,7 @@ DEPENDENCIES
jekyll-remote-theme
jemoji
tzinfo-data
webrick (~> 1.7)
webrick (~> 1.9)

RUBY VERSION
ruby 3.3.5p100
Expand Down
Loading