Skip to content

Commit

Permalink
Also update webrick gem
Browse files Browse the repository at this point in the history
  • Loading branch information
liutikas committed Oct 28, 2024
1 parent 9d4f0e7 commit 83b2069
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 @@ -18,6 +18,6 @@ gem "github-pages", group: :jekyll_plugins
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem 'jekyll-feed'
gem "webrick", "~> 1.8"
gem "webrick", "~> 1.8.1"

gem "ffi", force_ruby_platform: true
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.13.1)
webrick (1.8.1)
webrick (1.8.2)

PLATFORMS
x86_64-linux
Expand All @@ -274,7 +274,7 @@ DEPENDENCIES
github-pages
jekyll-feed
tzinfo-data
webrick (~> 1.8)
webrick (~> 1.8.1)

BUNDLED WITH
2.4.7

0 comments on commit 83b2069

Please sign in to comment.