Skip to content

Commit

Permalink
docker-api: depend on 2.3 or newer
Browse files Browse the repository at this point in the history
2.2 and older allowed latest excon releases. excon v0.111.0 introduced a
frozen string that was incompatible with docker-api 2.2 and older. This
was fixed in upserve/docker-api#588. Bumping our
dependency to docker-api 2.3 or newer ensures that we don't pull in
broken versions by accident.
  • Loading branch information
bastelfreak committed Jul 8, 2024
1 parent 873328e commit 4bc6087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaker-docker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ Gem::Specification.new do |s|

# Run time dependencies
s.add_runtime_dependency 'beaker', '>= 4', '< 7'
s.add_runtime_dependency 'docker-api', '~> 2.1'
s.add_runtime_dependency 'docker-api', '~> 2.3'
s.add_runtime_dependency 'stringify-hash', '~> 0.0.0'
end

0 comments on commit 4bc6087

Please sign in to comment.