Skip to content

Commit

Permalink
Update dependency docker-api to '~> 2.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent aae9ed6 commit 0da0d21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.1', '>= 1.1.4'

# interfacing with docker
gem 'docker-api', '~> 2.2.0'
gem 'docker-api', '~> 2.3.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
8 changes: 4 additions & 4 deletions api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,13 @@ GEM
delayed_job_active_record (4.1.8)
activerecord (>= 3.0, < 8.0)
delayed_job (>= 3.0, < 5)
docker-api (2.2.0)
excon (>= 0.47.0)
docker-api (2.3.0)
excon (>= 0.64.0)
multi_json
drb (2.2.1)
ed25519 (1.3.0)
erubi (1.13.0)
excon (0.110.0)
excon (0.112.0)
factory_bot (6.4.6)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.3)
Expand Down Expand Up @@ -316,7 +316,7 @@ DEPENDENCIES
capistrano3-delayed-job (~> 1.7.6)
debug
delayed_job_active_record
docker-api (~> 2.2.0)
docker-api (~> 2.3.0)
ed25519
factory_bot_rails (~> 6.4.3)
faker (~> 3.4.1)
Expand Down

0 comments on commit 0da0d21

Please sign in to comment.