Skip to content

Commit 0020ba3

Browse files
Bump the bundler group across 1 directory with 2 updates (#1364)
Bumps the bundler group with 2 updates in the /website directory: [webrick](https://github.com/ruby/webrick) and [rexml](https://github.com/ruby/rexml). Updates `webrick` from 1.7.0 to 1.8.2 - [Release notes](https://github.com/ruby/webrick/releases) - [Commits](ruby/webrick@v1.7.0...v1.8.2) Updates `rexml` from 3.3.2 to 3.3.6 - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.3.2...v3.3.6) --- updated-dependencies: - dependency-name: webrick dependency-type: direct:production dependency-group: bundler - dependency-name: rexml dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ccb70c1 commit 0020ba3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ end
3030
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3131

3232

33-
gem "webrick", "~> 1.7"
33+
gem "webrick", "~> 1.8"

website/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ GEM
5757
rb-fsevent (0.11.1)
5858
rb-inotify (0.10.1)
5959
ffi (~> 1.0)
60-
rexml (3.3.2)
60+
rexml (3.3.6)
6161
strscan
6262
rouge (3.28.0)
6363
safe_yaml (1.0.5)
@@ -67,7 +67,7 @@ GEM
6767
terminal-table (2.0.0)
6868
unicode-display_width (~> 1.1, >= 1.1.1)
6969
unicode-display_width (1.8.0)
70-
webrick (1.7.0)
70+
webrick (1.8.2)
7171

7272
PLATFORMS
7373
arm64-darwin-21
@@ -81,7 +81,7 @@ DEPENDENCIES
8181
tzinfo (~> 1.2)
8282
tzinfo-data
8383
wdm (~> 0.1.1)
84-
webrick (~> 1.7)
84+
webrick (~> 1.8)
8585

8686
BUNDLED WITH
8787
2.3.7

0 commit comments

Comments
 (0)