Skip to content

Commit 4a30791

Browse files
committed
feat: remove ruby 2.2 tests
1 parent 867d364 commit 4a30791

File tree

5 files changed

+17
-37
lines changed

5 files changed

+17
-37
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: ruby
22
rvm:
3-
- 2.2.4
43
- 2.3.1
54
- 2.4
65
- jruby-9.0.5.0

example/animal-service/Gemfile.lock

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PATH
22
remote: ../..
33
specs:
4-
pact (1.22.2)
4+
pact (1.39.0)
55
json (> 1.8.5)
6-
pact-mock_service (~> 2.0)
7-
pact-support (~> 1.4)
8-
rack-test (~> 0.6, >= 0.6.3)
6+
pact-mock_service (~> 3.0)
7+
pact-support (~> 1.8)
8+
rack-test (>= 0.6.3, < 2.0.0)
99
randexp (~> 0.1.7)
1010
rspec (>= 2.14)
1111
term-ansicolor (~> 1.0)
@@ -23,7 +23,7 @@ GEM
2323
json (1.8.6)
2424
method_source (0.9.0)
2525
mustermann (1.0.2)
26-
pact-mock_service (2.6.4)
26+
pact-mock_service (3.0.0)
2727
filelock (~> 1.1)
2828
find_a_port (~> 1.0.1)
2929
json
@@ -33,7 +33,7 @@ GEM
3333
term-ansicolor (~> 1.0)
3434
thor (~> 0.19)
3535
webrick (~> 1.3)
36-
pact-support (1.6.0)
36+
pact-support (1.8.1)
3737
awesome_print (~> 1.1)
3838
find_a_port (~> 1.0.1)
3939
json
@@ -47,7 +47,7 @@ GEM
4747
rack (2.0.4)
4848
rack-protection (2.0.1)
4949
rack
50-
rack-test (0.8.3)
50+
rack-test (1.1.0)
5151
rack (>= 1.0, < 3)
5252
rake (12.3.1)
5353
randexp (0.1.7)
@@ -71,11 +71,11 @@ GEM
7171
rack-protection (= 2.0.1)
7272
tilt (~> 2.0)
7373
sqlite3 (1.3.13)
74-
term-ansicolor (1.6.0)
74+
term-ansicolor (1.7.1)
7575
tins (~> 1.0)
76-
thor (0.20.0)
76+
thor (0.20.3)
7777
tilt (2.0.8)
78-
tins (1.16.3)
78+
tins (1.20.2)
7979
webrick (1.4.2)
8080

8181
PLATFORMS
@@ -93,4 +93,4 @@ DEPENDENCIES
9393
sqlite3
9494

9595
BUNDLED WITH
96-
1.15.4
96+
1.16.2

example/zoo-app/Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PATH
22
remote: ../..
33
specs:
4-
pact (1.36.2)
4+
pact (1.39.0)
55
json (> 1.8.5)
6-
pact-mock_service (~> 2.10)
6+
pact-mock_service (~> 3.0)
77
pact-support (~> 1.8)
8-
rack-test (~> 0.6, >= 0.6.3)
8+
rack-test (>= 0.6.3, < 2.0.0)
99
randexp (~> 0.1.7)
1010
rspec (>= 2.14)
1111
term-ansicolor (~> 1.0)
@@ -25,7 +25,7 @@ GEM
2525
json (2.1.0)
2626
method_source (0.9.0)
2727
multi_xml (0.6.0)
28-
pact-mock_service (2.12.0)
28+
pact-mock_service (3.0.0)
2929
filelock (~> 1.1)
3030
find_a_port (~> 1.0.1)
3131
json
@@ -35,7 +35,7 @@ GEM
3535
term-ansicolor (~> 1.0)
3636
thor (~> 0.19)
3737
webrick (~> 1.3)
38-
pact-support (1.8.0)
38+
pact-support (1.8.1)
3939
awesome_print (~> 1.1)
4040
find_a_port (~> 1.0.1)
4141
json
@@ -54,7 +54,7 @@ GEM
5454
coderay (~> 1.1.0)
5555
method_source (~> 0.9.0)
5656
rack (2.0.5)
57-
rack-test (0.8.3)
57+
rack-test (1.1.0)
5858
rack (>= 1.0, < 3)
5959
rake (12.3.1)
6060
randexp (0.1.7)

gemfiles/ruby_under_22.gemfile

-9
This file was deleted.

gemfiles/ruby_under_22_with_rspec_2.gemfile

-10
This file was deleted.

0 commit comments

Comments
 (0)