Skip to content
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 serverspec/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ gem 'serverspec', '~> 2'
gem 'docker-api'

# https://github.com/upserve/docker-api/issues/583
gem 'excon', '~> 1.4.0'
gem 'excon', '~> 1.5.0'
4 changes: 2 additions & 2 deletions serverspec/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GEM
docker-api (2.4.0)
excon (>= 0.64.0)
multi_json
excon (1.4.2)
excon (1.5.0)
logger
logger (1.7.0)
multi_json (1.15.0)
Expand Down Expand Up @@ -50,7 +50,7 @@ PLATFORMS

DEPENDENCIES
docker-api
excon (~> 1.4.0)
excon (~> 1.5.0)
rake
serverspec (~> 2)

Expand Down