Skip to content
This repository has been archived by the owner on Sep 21, 2020. It is now read-only.

Commit

Permalink
Add docker-api gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtyler committed Apr 2, 2019
1 parent edd6713 commit bed3c53
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions shared/rakefiles/sync-images/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source 'https://rubygems.org'

gem "docker-api"
gem "rake"
gem "rspec"
6 changes: 6 additions & 0 deletions shared/rakefiles/sync-images/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.3)
docker-api (1.34.2)
excon (>= 0.47.0)
multi_json
excon (0.62.0)
multi_json (1.13.1)
rake (12.3.2)
rspec (3.8.0)
rspec-core (~> 3.8.0)
Expand All @@ -21,6 +26,7 @@ PLATFORMS
ruby

DEPENDENCIES
docker-api
rake
rspec

Expand Down
1 change: 1 addition & 0 deletions shared/rakefiles/sync-images/sync_images.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env ruby


require "docker-api"
require "yaml"

class SyncImages
Expand Down

0 comments on commit bed3c53

Please sign in to comment.