Skip to content

Update dependency docker-api to '~> 2.4.0' #1680

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ gem 'rubyzip', '~> 2.3', '>= 2.3.2'
gem 'active_storage_validations', '~> 1.4'

# interfacing with docker
gem 'docker-api', '~> 2.3.0'
gem 'docker-api', '~> 2.4.0'

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
Expand Down
7 changes: 4 additions & 3 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,14 @@ GEM
delayed_job_active_record (4.1.11)
activerecord (>= 3.0, < 9.0)
delayed_job (>= 3.0, < 5)
docker-api (2.3.0)
docker-api (2.4.0)
excon (>= 0.64.0)
multi_json
drb (2.2.1)
ed25519 (1.3.0)
erubi (1.13.1)
excon (1.2.3)
excon (1.2.5)
logger
factory_bot (6.5.1)
activesupport (>= 6.1.0)
factory_bot_rails (6.4.4)
Expand Down Expand Up @@ -321,7 +322,7 @@ DEPENDENCIES
capistrano3-delayed-job (~> 1.7.6)
debug
delayed_job_active_record
docker-api (~> 2.3.0)
docker-api (~> 2.4.0)
ed25519
factory_bot_rails (~> 6.4.4)
faker (~> 3.5.1)
Expand Down