Skip to content

Commit c650d7e

Browse files
committed
Merge branch 'master' of github.com:secure-systems-lab/ssl-site
2 parents bed7028 + f7f9c66 commit c650d7e

18 files changed

+359
-233
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ node_modules
4848
.jekyll-cache
4949

5050
# Ruby
51-
.bundle
51+
.bundle

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ gem "webrick", "~> 1.9"
99

1010
gem "pathutil", "~> 0.16.2"
1111

12-
gem "json", "~> 2.16"
12+
gem "json", "~> 2.17"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ GEM
7070
sass-embedded (~> 1.54)
7171
jekyll-watch (2.2.1)
7272
listen (~> 3.0)
73-
json (2.16.0)
73+
json (2.17.0)
7474
kramdown (2.5.1)
7575
rexml (>= 3.3.9)
7676
kramdown-parser-gfm (1.1.0)
@@ -121,7 +121,7 @@ GEM
121121
unicode-display_width (>= 1.1.1, < 3)
122122
thor (0.20.3)
123123
unicode-display_width (2.6.0)
124-
webrick (1.9.1)
124+
webrick (1.9.2)
125125

126126
PLATFORMS
127127
aarch64-linux
@@ -144,7 +144,7 @@ PLATFORMS
144144
DEPENDENCIES
145145
jekyll (>= 3.6.3)
146146
jekyll-feed
147-
json (~> 2.16)
147+
json (~> 2.17)
148148
neat (>= 1.0.0)
149149
pathutil (~> 0.16.2)
150150
webrick (~> 1.9)

0 commit comments

Comments
 (0)