Skip to content

Commit

Permalink
ruby 2.2.2, bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
klevo committed May 4, 2015
1 parent b687c82 commit 02c0775
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.1.2
2.2.2
31 changes: 15 additions & 16 deletions Gemfile.lock
@@ -1,32 +1,31 @@
GEM
remote: https://rubygems.org/
specs:
archive-tar-minitar (0.5.2)
coderay (1.1.0)
diff-lcs (1.2.5)
docker-api (1.17.0)
archive-tar-minitar
docker-api (1.21.4)
excon (>= 0.38.0)
json
excon (0.42.1)
json (1.8.1)
excon (0.45.3)
json (1.8.2)
method_source (0.8.2)
pry (0.10.1)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
rspec (3.1.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-core (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
rspec (3.2.0)
rspec-core (~> 3.2.0)
rspec-expectations (~> 3.2.0)
rspec-mocks (~> 3.2.0)
rspec-core (3.2.3)
rspec-support (~> 3.2.0)
rspec-expectations (3.2.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.1.0)
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-support (3.1.2)
rspec-support (~> 3.2.0)
rspec-mocks (3.2.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
slop (3.6.0)

PLATFORMS
Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
@@ -1,6 +1,8 @@
require 'docker'
require 'pry'

Excon.defaults[:ssl_verify_peer] = false

DOCKERFILE_ROOT = File.expand_path File.join(File.dirname(__FILE__), '..')
IMAGE_TAG = 'klevo/percona'
IMAGE = Docker::Image.build_from_dir DOCKERFILE_ROOT, t: IMAGE_TAG

0 comments on commit 02c0775

Please sign in to comment.