Skip to content

Commit

Permalink
Merge pull request #5 from krishnprakash/dependabot/bundler/bundler-0…
Browse files Browse the repository at this point in the history
…0f0729802

Bump webrick from 1.8.1 to 1.8.2 in the bundler group across 1 directory
  • Loading branch information
krishnprakash authored Oct 22, 2024
2 parents 39eedb5 + 760082f commit 370954f
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
source "https://rubygems.org"
ruby RUBY_VERSION
gem "jekyll", "3.9.3"
# to use GitHub Pages
# gem "github-pages", group: :jekyll_plugins
# 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'
source "https://rubygems.org"
ruby RUBY_VERSION

gem "jekyll", "3.9.3"

# to use GitHub Pages
# gem "github-pages", group: :jekyll_plugins

# 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.8'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ GEM
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
webrick (1.8.1)
webrick (1.8.2)

PLATFORMS
x86_64-linux
Expand All @@ -261,7 +261,7 @@ DEPENDENCIES
jekyll-remote-theme
jemoji
tzinfo-data
webrick (~> 1.7)
webrick (~> 1.8)

RUBY VERSION
ruby 3.2.2p53
Expand Down

0 comments on commit 370954f

Please sign in to comment.