Skip to content

Commit

Permalink
Bump docker-api from 2.2.0 to 2.3.0
Browse files Browse the repository at this point in the history
Bumps [docker-api](https://github.com/swipely/docker-api) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/swipely/docker-api/releases)
- [Commits](upserve/docker-api@v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: docker-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 5f7c99f commit 69bccae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ end
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

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

# Used for syncing deadlines with an external calendar
gem 'icalendar', '~> 2.10'
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ GEM
warden (~> 1.2.3)
diff-lcs (1.5.1)
docile (1.4.0)
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)
Expand All @@ -182,7 +182,7 @@ GEM
exception_notification (4.5.0)
actionmailer (>= 5.2, < 8)
activesupport (>= 5.2, < 8)
excon (0.100.0)
excon (0.111.0)
execjs (2.9.1)
factory_bot (6.4.5)
activesupport (>= 5.0.0)
Expand All @@ -198,7 +198,7 @@ GEM
faraday (>= 1, < 3)
faraday-net_http (3.1.0)
net-http
ffi (1.17.0)
ffi (1.17.0-x86_64-linux-gnu)
flamegraph (0.9.5)
glob (0.4.0)
globalid (1.2.1)
Expand Down Expand Up @@ -587,7 +587,7 @@ DEPENDENCIES
delayed_job_web (~> 1.4.4)
devise (~> 4.9.4)
diff-lcs (~> 1.5)
docker-api (~> 2.2.0)
docker-api (~> 2.3.0)
ed25519
exception_notification (~> 4.5.0)
factory_bot_rails (~> 6.4.3)
Expand Down

0 comments on commit 69bccae

Please sign in to comment.