forked from devcontainers/devcontainers.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from krishnprakash/dependabot/bundler/bundler-0…
…0f0729802 Bump webrick from 1.8.1 to 1.8.2 in the bundler group across 1 directory
- Loading branch information
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters