Skip to content

Commit c79c3ba

Browse files
authored
Merge pull request #53 from ComplianceAsCode/dependabot/bundler/webrick-1.8.1
Bump webrick from 1.7.0 to 1.8.1
2 parents b52a1b7 + 797a54a commit c79c3ba

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ group :jekyll_plugins do
88
gem "jemoji"
99
end
1010

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

Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,22 @@ GEM
6767
forwardable-extended (~> 2.6)
6868
public_suffix (5.0.1)
6969
racc (1.6.1)
70+
rake (13.0.6)
7071
rb-fsevent (0.11.2)
7172
rb-inotify (0.10.1)
7273
ffi (~> 1.0)
7374
rexml (3.2.5)
7475
rouge (4.0.1)
7576
safe_yaml (1.0.5)
76-
sass-embedded (1.57.1-x86_64-linux-gnu)
77+
sass-embedded (1.57.1)
7778
google-protobuf (~> 3.21)
79+
rake (>= 10.0.0)
7880
terminal-table (3.0.2)
7981
unicode-display_width (>= 1.1.1, < 3)
8082
tzinfo (2.0.5)
8183
concurrent-ruby (~> 1.0)
8284
unicode-display_width (2.4.2)
83-
webrick (1.7.0)
85+
webrick (1.8.1)
8486

8587
PLATFORMS
8688
x86_64-linux
@@ -90,7 +92,7 @@ DEPENDENCIES
9092
jekyll-paginate
9193
jekyll-sitemap
9294
jemoji
93-
webrick (~> 1.7)
95+
webrick (~> 1.8)
9496

9597
BUNDLED WITH
9698
2.3.7

0 commit comments

Comments
 (0)