Skip to content

Commit e76786c

Browse files
committed
update images
1 parent 0992e31 commit e76786c

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Gemfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ GEM
7979
browser (5.3.1)
8080
builder (3.2.4)
8181
byebug (11.1.3)
82-
capybara (3.37.1)
82+
capybara (3.38.0)
8383
addressable
8484
matrix
8585
mini_mime (>= 0.1.3)
@@ -302,7 +302,7 @@ GEM
302302
rails-i18n (6.0.0)
303303
i18n (>= 0.7, < 2)
304304
railties (>= 6.0.0, < 7)
305-
rails_autolink (1.1.6)
305+
rails_autolink (1.1.7)
306306
rails (> 3.1)
307307
railties (6.1.7)
308308
actionpack (= 6.1.7)
@@ -319,7 +319,7 @@ GEM
319319
rdf-turtle (3.2.1)
320320
ebnf (~> 2.3)
321321
rdf (~> 3.2)
322-
rdf-vocab (3.2.2)
322+
rdf-vocab (3.2.3)
323323
rdf (~> 3.2, >= 3.2.4)
324324
redis (4.8.0)
325325
redis-namespace (1.9.0)
@@ -344,14 +344,14 @@ GEM
344344
rsolr (2.5.0)
345345
builder (>= 2.1.2)
346346
faraday (>= 0.9, < 3, != 2.0.0)
347-
rspec-core (3.11.0)
348-
rspec-support (~> 3.11.0)
349-
rspec-expectations (3.11.1)
347+
rspec-core (3.12.0)
348+
rspec-support (~> 3.12.0)
349+
rspec-expectations (3.12.0)
350350
diff-lcs (>= 1.2.0, < 2.0)
351-
rspec-support (~> 3.11.0)
352-
rspec-mocks (3.11.1)
351+
rspec-support (~> 3.12.0)
352+
rspec-mocks (3.12.0)
353353
diff-lcs (>= 1.2.0, < 2.0)
354-
rspec-support (~> 3.11.0)
354+
rspec-support (~> 3.12.0)
355355
rspec-rails (6.0.1)
356356
actionpack (>= 6.1)
357357
activesupport (>= 6.1)
@@ -360,7 +360,7 @@ GEM
360360
rspec-expectations (~> 3.11)
361361
rspec-mocks (~> 3.11)
362362
rspec-support (~> 3.11)
363-
rspec-support (3.11.1)
363+
rspec-support (3.12.0)
364364
rspec_junit_formatter (0.6.0)
365365
rspec-core (>= 2, < 4, != 2.12.0)
366366
ruby-vips (2.1.4)
@@ -378,7 +378,7 @@ GEM
378378
sprockets-rails
379379
tilt
380380
scanf (1.0.0)
381-
selenium-webdriver (4.5.0)
381+
selenium-webdriver (4.6.1)
382382
childprocess (>= 0.5, < 5.0)
383383
rexml (~> 3.2, >= 3.2.5)
384384
rubyzip (>= 1.2.2, < 3.0)
@@ -450,7 +450,7 @@ GEM
450450
xml-mapping (~> 0.10)
451451
xpath (3.2.0)
452452
nokogiri (~> 1.8)
453-
zeitwerk (2.6.1)
453+
zeitwerk (2.6.4)
454454

455455
PLATFORMS
456456
ruby

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ services:
107107
retries: 3
108108

109109
minio:
110-
image: quay.io/minio/minio:RELEASE.2022-08-13T21-54-44Z
110+
image: quay.io/minio/minio:RELEASE.2022-10-29T06-21-33Z
111111
profiles:
112112
- develop
113113
volumes:
@@ -129,7 +129,7 @@ services:
129129
retries: 3
130130

131131
cantaloupe:
132-
image: uclalibrary/cantaloupe:5.0.5-1
132+
image: uclalibrary/cantaloupe:5.0.5-2
133133
expose:
134134
- 8182
135135
restart: always

0 commit comments

Comments
 (0)