Skip to content

Commit

Permalink
Release tooling: Update docker-api gem (#581)
Browse files Browse the repository at this point in the history
I've bumped the version of the `docker-api` gem as per [this
issue](upserve/docker-api#586) and that seems
to addresses the [CI
failure](https://github.com/lawrencegripper/azbrowse/actions/runs/10150688701/job/28068348472?pr=579#step:5:1013)
  • Loading branch information
lawrencegripper authored Jul 30, 2024
2 parents 06e61c8 + 979bc19 commit c55b51d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ GEM
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
colorize (1.1.0)
docker-api (2.2.0)
excon (>= 0.47.0)
docker-api (2.3.0)
excon (>= 0.64.0)
multi_json
excon (0.99.0)
excon (0.111.0)
git (1.19.0)
addressable (~> 2.8)
rchardet (~> 1.8)
Expand Down Expand Up @@ -62,4 +62,4 @@ RUBY VERSION
ruby 2.7.4p191

BUNDLED WITH
2.4.7
2.4.22
2 changes: 1 addition & 1 deletion scripts/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
source 'https://rubygems.org'
gem 'git', '=1.8.1'
gem 'colorize', '=0.8.1'
gem 'docker-api', '=2.1.0'
gem 'docker-api', '=2.3.0'
end

require 'colorize'
Expand Down

0 comments on commit c55b51d

Please sign in to comment.