File tree 3 files changed +18
-17
lines changed
3 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 1
- 2.1 .2
1
+ 2.2 .2
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- archive-tar-minitar (0.5.2 )
5
4
coderay (1.1.0 )
6
5
diff-lcs (1.2.5 )
7
- docker-api (1.17.0 )
8
- archive-tar-minitar
6
+ docker-api (1.21.4 )
9
7
excon (>= 0.38.0 )
10
8
json
11
- excon (0.42.1 )
12
- json (1.8.1 )
9
+ excon (0.45.3 )
10
+ json (1.8.2 )
13
11
method_source (0.8.2 )
14
12
pry (0.10.1 )
15
13
coderay (~> 1.1.0 )
16
14
method_source (~> 0.8.1 )
17
15
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 )
25
23
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 )
30
29
slop (3.6.0 )
31
30
32
31
PLATFORMS
Original file line number Diff line number Diff line change 1
1
require 'docker'
2
2
require 'pry'
3
3
4
+ Excon . defaults [ :ssl_verify_peer ] = false
5
+
4
6
DOCKERFILE_ROOT = File . expand_path File . join ( File . dirname ( __FILE__ ) , '..' )
5
7
IMAGE_TAG = 'klevo/percona'
6
8
IMAGE = Docker ::Image . build_from_dir DOCKERFILE_ROOT , t : IMAGE_TAG
You can’t perform that action at this time.
0 commit comments