Skip to content

Commit 02c0775

Browse files
committed
ruby 2.2.2, bundle update
1 parent b687c82 commit 02c0775

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

.ruby-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.1.2
1+
2.2.2

Gemfile.lock

+15-16
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
archive-tar-minitar (0.5.2)
54
coderay (1.1.0)
65
diff-lcs (1.2.5)
7-
docker-api (1.17.0)
8-
archive-tar-minitar
6+
docker-api (1.21.4)
97
excon (>= 0.38.0)
108
json
11-
excon (0.42.1)
12-
json (1.8.1)
9+
excon (0.45.3)
10+
json (1.8.2)
1311
method_source (0.8.2)
1412
pry (0.10.1)
1513
coderay (~> 1.1.0)
1614
method_source (~> 0.8.1)
1715
slop (~> 3.4)
18-
rspec (3.1.0)
19-
rspec-core (~> 3.1.0)
20-
rspec-expectations (~> 3.1.0)
21-
rspec-mocks (~> 3.1.0)
22-
rspec-core (3.1.7)
23-
rspec-support (~> 3.1.0)
24-
rspec-expectations (3.1.2)
16+
rspec (3.2.0)
17+
rspec-core (~> 3.2.0)
18+
rspec-expectations (~> 3.2.0)
19+
rspec-mocks (~> 3.2.0)
20+
rspec-core (3.2.3)
21+
rspec-support (~> 3.2.0)
22+
rspec-expectations (3.2.1)
2523
diff-lcs (>= 1.2.0, < 2.0)
26-
rspec-support (~> 3.1.0)
27-
rspec-mocks (3.1.3)
28-
rspec-support (~> 3.1.0)
29-
rspec-support (3.1.2)
24+
rspec-support (~> 3.2.0)
25+
rspec-mocks (3.2.1)
26+
diff-lcs (>= 1.2.0, < 2.0)
27+
rspec-support (~> 3.2.0)
28+
rspec-support (3.2.2)
3029
slop (3.6.0)
3130

3231
PLATFORMS

spec/spec_helper.rb

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
require 'docker'
22
require 'pry'
33

4+
Excon.defaults[:ssl_verify_peer] = false
5+
46
DOCKERFILE_ROOT = File.expand_path File.join(File.dirname(__FILE__), '..')
57
IMAGE_TAG = 'klevo/percona'
68
IMAGE = Docker::Image.build_from_dir DOCKERFILE_ROOT, t: IMAGE_TAG

0 commit comments

Comments
 (0)