Skip to content

Commit 1b8b083

Browse files
Update dependency docker-api to '~> 2.4.0'
1 parent b9393db commit 1b8b083

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

api/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gem 'rubyzip', '~> 2.3', '>= 2.3.2'
1919
gem 'active_storage_validations', '~> 1.4'
2020

2121
# interfacing with docker
22-
gem 'docker-api', '~> 2.3.0'
22+
gem 'docker-api', '~> 2.4.0'
2323

2424
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
2525
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

api/Gemfile.lock

+4-3
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,14 @@ GEM
131131
delayed_job_active_record (4.1.11)
132132
activerecord (>= 3.0, < 9.0)
133133
delayed_job (>= 3.0, < 5)
134-
docker-api (2.3.0)
134+
docker-api (2.4.0)
135135
excon (>= 0.64.0)
136136
multi_json
137137
drb (2.2.1)
138138
ed25519 (1.3.0)
139139
erubi (1.13.1)
140-
excon (1.2.3)
140+
excon (1.2.5)
141+
logger
141142
factory_bot (6.5.1)
142143
activesupport (>= 6.1.0)
143144
factory_bot_rails (6.4.4)
@@ -321,7 +322,7 @@ DEPENDENCIES
321322
capistrano3-delayed-job (~> 1.7.6)
322323
debug
323324
delayed_job_active_record
324-
docker-api (~> 2.3.0)
325+
docker-api (~> 2.4.0)
325326
ed25519
326327
factory_bot_rails (~> 6.4.4)
327328
faker (~> 3.5.1)

0 commit comments

Comments
 (0)