Skip to content

Commit 4dfc7a9

Browse files
authored
bundle update (#2098)
1 parent def1448 commit 4dfc7a9

File tree

2 files changed

+17
-15
lines changed

2 files changed

+17
-15
lines changed

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ GEM
132132
temple (>= 0.8.2)
133133
thor
134134
tilt
135-
i18n (1.14.5)
135+
i18n (1.14.6)
136136
concurrent-ruby (~> 1.0)
137137
io-console (0.7.2)
138138
irb (1.14.0)
139139
rdoc (>= 4.0.0)
140140
reline (>= 0.4.2)
141-
jbuilder (2.12.0)
141+
jbuilder (2.13.0)
142142
actionview (>= 5.0.0)
143143
activesupport (>= 5.0.0)
144144
json (2.7.2)
@@ -184,7 +184,7 @@ GEM
184184
psych (5.1.2)
185185
stringio
186186
public_suffix (6.0.1)
187-
puma (6.4.2)
187+
puma (6.4.3)
188188
nio4r (~> 2.0)
189189
racc (1.8.1)
190190
rack (2.2.9)
@@ -223,12 +223,12 @@ GEM
223223
rdoc (6.7.0)
224224
psych (>= 4.0.0)
225225
regexp_parser (2.9.2)
226-
reline (0.5.9)
226+
reline (0.5.10)
227227
io-console (~> 0.5)
228228
rexml (3.3.7)
229229
rspec-core (3.13.1)
230230
rspec-support (~> 3.13.0)
231-
rspec-expectations (3.13.2)
231+
rspec-expectations (3.13.3)
232232
diff-lcs (>= 1.2.0, < 2.0)
233233
rspec-support (~> 3.13.0)
234234
rspec-mocks (3.13.1)
@@ -254,10 +254,10 @@ GEM
254254
rubocop-ast (>= 1.31.1, < 2.0)
255255
ruby-progressbar (~> 1.7)
256256
unicode-display_width (>= 2.4.0, < 3.0)
257-
rubocop-ast (1.32.2)
257+
rubocop-ast (1.32.3)
258258
parser (>= 3.3.1.0)
259-
rubocop-md (1.2.2)
260-
rubocop (>= 1.0)
259+
rubocop-md (1.2.3)
260+
rubocop (>= 1.45)
261261
rubocop-performance (1.21.1)
262262
rubocop (>= 1.48.1, < 2.0)
263263
rubocop-ast (>= 1.31.1, < 2.0)
@@ -271,11 +271,11 @@ GEM
271271
docile (~> 1.1)
272272
simplecov-html (~> 0.11)
273273
simplecov_json_formatter (~> 0.1)
274-
simplecov-console (0.9.1)
274+
simplecov-console (0.9.2)
275275
ansi
276276
simplecov
277277
terminal-table
278-
simplecov-html (0.12.3)
278+
simplecov-html (0.13.1)
279279
simplecov_json_formatter (0.1.4)
280280
slim (5.2.1)
281281
temple (~> 0.10.0)
@@ -313,9 +313,9 @@ GEM
313313
railties (>= 6.0.0)
314314
tzinfo (2.0.6)
315315
concurrent-ruby (~> 1.0)
316-
unicode-display_width (2.5.0)
316+
unicode-display_width (2.6.0)
317317
warning (1.4.0)
318-
webrick (1.8.1)
318+
webrick (1.8.2)
319319
websocket (1.2.11)
320320
websocket-driver (0.7.6)
321321
websocket-extensions (>= 0.1.0)

docs/Gemfile.lock

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ GEM
3535
ffi (>= 1.15.0)
3636
eventmachine (1.2.7)
3737
execjs (2.9.1)
38-
faraday (2.11.0)
38+
faraday (2.12.0)
3939
faraday-net_http (>= 2.0, < 3.4)
40+
json
4041
logger
4142
faraday-net_http (3.3.0)
4243
net-http
@@ -100,7 +101,7 @@ GEM
100101
activesupport (>= 2)
101102
nokogiri (>= 1.4)
102103
http_parser.rb (0.8.0)
103-
i18n (1.14.5)
104+
i18n (1.14.6)
104105
concurrent-ruby (~> 1.0)
105106
jekyll (3.10.0)
106107
addressable (~> 2.4)
@@ -212,6 +213,7 @@ GEM
212213
gemoji (>= 3, < 5)
213214
html-pipeline (~> 2.2)
214215
jekyll (>= 3.0, < 5.0)
216+
json (2.7.2)
215217
kramdown (2.4.0)
216218
rexml
217219
kramdown-parser-gfm (1.1.0)
@@ -267,7 +269,7 @@ GEM
267269
concurrent-ruby (~> 1.0)
268270
unicode-display_width (1.8.0)
269271
uri (0.13.1)
270-
webrick (1.8.1)
272+
webrick (1.8.2)
271273

272274
PLATFORMS
273275
ruby

0 commit comments

Comments
 (0)