Skip to content

Commit c67a0b6

Browse files
committed
update Gemfile.lock
1 parent 4ff5bdc commit c67a0b6

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

Gemfile.lock

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ GEM
8888
rack-test (>= 0.6.3)
8989
regexp_parser (>= 1.5, < 3.0)
9090
xpath (~> 3.2)
91-
caxlsx (3.2.0)
91+
caxlsx (3.3.0)
9292
htmlentities (~> 4.3, >= 4.3.4)
9393
marcel (~> 1.0)
9494
nokogiri (~> 1.10, >= 1.10.4)
@@ -228,13 +228,13 @@ GEM
228228
mini_portile2 (2.8.0)
229229
minitest (5.16.3)
230230
mono_logger (1.1.1)
231-
msgpack (1.5.6)
231+
msgpack (1.6.0)
232232
multi_json (1.15.0)
233233
multipart-post (2.2.3)
234-
mustermann (2.0.2)
234+
mustermann (3.0.0)
235235
ruby2_keywords (~> 0.0.1)
236236
nio4r (2.5.8)
237-
nokogiri (1.13.8)
237+
nokogiri (1.13.9)
238238
mini_portile2 (~> 2.8.0)
239239
racc (~> 1.4)
240240
nori (2.6.0)
@@ -255,7 +255,7 @@ GEM
255255
parallel (1.22.1)
256256
parallel_tests (3.13.0)
257257
parallel
258-
pg (1.4.3)
258+
pg (1.4.4)
259259
pr_geohash (1.0.0)
260260
pretender (0.4.0)
261261
actionpack (>= 5.2)
@@ -271,7 +271,7 @@ GEM
271271
rack (2.2.4)
272272
rack-mini-profiler (2.3.4)
273273
rack (>= 1.2.0)
274-
rack-protection (2.2.2)
274+
rack-protection (3.0.2)
275275
rack
276276
rack-test (2.0.2)
277277
rack (>= 1.3)
@@ -319,12 +319,12 @@ GEM
319319
rdf-turtle (3.2.1)
320320
ebnf (~> 2.3)
321321
rdf (~> 3.2)
322-
rdf-vocab (3.2.1)
322+
rdf-vocab (3.2.2)
323323
rdf (~> 3.2, >= 3.2.4)
324324
redis (4.8.0)
325325
redis-namespace (1.9.0)
326326
redis (>= 4)
327-
regexp_parser (2.5.0)
327+
regexp_parser (2.6.0)
328328
request_store (1.5.1)
329329
rack (>= 1.4)
330330
responders (3.0.1)
@@ -352,16 +352,16 @@ GEM
352352
rspec-mocks (3.11.1)
353353
diff-lcs (>= 1.2.0, < 2.0)
354354
rspec-support (~> 3.11.0)
355-
rspec-rails (5.1.2)
356-
actionpack (>= 5.2)
357-
activesupport (>= 5.2)
358-
railties (>= 5.2)
359-
rspec-core (~> 3.10)
360-
rspec-expectations (~> 3.10)
361-
rspec-mocks (~> 3.10)
362-
rspec-support (~> 3.10)
355+
rspec-rails (6.0.1)
356+
actionpack (>= 6.1)
357+
activesupport (>= 6.1)
358+
railties (>= 6.1)
359+
rspec-core (~> 3.11)
360+
rspec-expectations (~> 3.11)
361+
rspec-mocks (~> 3.11)
362+
rspec-support (~> 3.11)
363363
rspec-support (3.11.1)
364-
rspec_junit_formatter (0.5.1)
364+
rspec_junit_formatter (0.6.0)
365365
rspec-core (>= 2, < 4, != 2.12.0)
366366
ruby-vips (2.1.4)
367367
ffi (~> 1.12)
@@ -378,7 +378,7 @@ GEM
378378
sprockets-rails
379379
tilt
380380
scanf (1.0.0)
381-
selenium-webdriver (4.4.0)
381+
selenium-webdriver (4.5.0)
382382
childprocess (>= 0.5, < 5.0)
383383
rexml (~> 3.2, >= 3.2.5)
384384
rubyzip (>= 1.2.2, < 3.0)
@@ -389,10 +389,10 @@ GEM
389389
simplecov_json_formatter (~> 0.1)
390390
simplecov-html (0.12.3)
391391
simplecov_json_formatter (0.1.4)
392-
sinatra (2.2.2)
393-
mustermann (~> 2.0)
394-
rack (~> 2.2)
395-
rack-protection (= 2.2.2)
392+
sinatra (3.0.2)
393+
mustermann (~> 3.0)
394+
rack (~> 2.2, >= 2.2.4)
395+
rack-protection (= 3.0.2)
396396
tilt (~> 2.0)
397397
sitemap_generator (6.3.0)
398398
builder (~> 3.0)
@@ -412,8 +412,8 @@ GEM
412412
sunspot_rails (2.6.0)
413413
rails (>= 3)
414414
sunspot (= 2.6.0)
415-
sxp (1.2.2)
416-
matrix
415+
sxp (1.2.3)
416+
matrix (~> 0.4)
417417
rdf (~> 3.2)
418418
terrapin (0.6.0)
419419
climate_control (>= 0.0.3, < 1.0)
@@ -431,7 +431,7 @@ GEM
431431
activemodel (>= 6.0.0)
432432
bindex (>= 0.4.0)
433433
railties (>= 6.0.0)
434-
webdrivers (5.1.0)
434+
webdrivers (5.2.0)
435435
nokogiri (~> 1.6)
436436
rubyzip (>= 1.3.0)
437437
selenium-webdriver (~> 4.0)
@@ -450,7 +450,7 @@ GEM
450450
xml-mapping (~> 0.10)
451451
xpath (3.2.0)
452452
nokogiri (~> 1.8)
453-
zeitwerk (2.6.0)
453+
zeitwerk (2.6.1)
454454

455455
PLATFORMS
456456
ruby

0 commit comments

Comments
 (0)