Skip to content

Commit

Permalink
Add pry
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Nov 14, 2016
1 parent 8e78929 commit 170a9b1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
@@ -1,4 +1,5 @@
source 'https://rubygems.org'

gem 'serverspec'
gem 'docker-api'
gem 'pry'
gem 'serverspec'
10 changes: 9 additions & 1 deletion Gemfile.lock
@@ -1,17 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
coderay (1.1.1)
diff-lcs (1.2.5)
docker-api (1.32.1)
excon (>= 0.38.0)
json
excon (0.54.0)
json (2.0.2)
method_source (0.8.2)
multi_json (1.12.1)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (3.2.0)
net-telnet (0.1.1)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
Expand All @@ -34,6 +40,7 @@ GEM
rspec-its
specinfra (~> 2.53)
sfl (2.3)
slop (3.6.0)
specinfra (2.64.0)
net-scp
net-ssh (>= 2.7, < 4.0)
Expand All @@ -45,7 +52,8 @@ PLATFORMS

DEPENDENCIES
docker-api
pry
serverspec

BUNDLED WITH
1.11.0
1.12.5

0 comments on commit 170a9b1

Please sign in to comment.