Skip to content

Commit

Permalink
feat: remove ruby 2.2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 22, 2019
1 parent 867d364 commit 4a30791
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 37 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: ruby
rvm:
- 2.2.4
- 2.3.1
- 2.4
- jruby-9.0.5.0
Expand Down
22 changes: 11 additions & 11 deletions example/animal-service/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PATH
remote: ../..
specs:
pact (1.22.2)
pact (1.39.0)
json (> 1.8.5)
pact-mock_service (~> 2.0)
pact-support (~> 1.4)
rack-test (~> 0.6, >= 0.6.3)
pact-mock_service (~> 3.0)
pact-support (~> 1.8)
rack-test (>= 0.6.3, < 2.0.0)
randexp (~> 0.1.7)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
Expand All @@ -23,7 +23,7 @@ GEM
json (1.8.6)
method_source (0.9.0)
mustermann (1.0.2)
pact-mock_service (2.6.4)
pact-mock_service (3.0.0)
filelock (~> 1.1)
find_a_port (~> 1.0.1)
json
Expand All @@ -33,7 +33,7 @@ GEM
term-ansicolor (~> 1.0)
thor (~> 0.19)
webrick (~> 1.3)
pact-support (1.6.0)
pact-support (1.8.1)
awesome_print (~> 1.1)
find_a_port (~> 1.0.1)
json
Expand All @@ -47,7 +47,7 @@ GEM
rack (2.0.4)
rack-protection (2.0.1)
rack
rack-test (0.8.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rake (12.3.1)
randexp (0.1.7)
Expand All @@ -71,11 +71,11 @@ GEM
rack-protection (= 2.0.1)
tilt (~> 2.0)
sqlite3 (1.3.13)
term-ansicolor (1.6.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (0.20.0)
thor (0.20.3)
tilt (2.0.8)
tins (1.16.3)
tins (1.20.2)
webrick (1.4.2)

PLATFORMS
Expand All @@ -93,4 +93,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.15.4
1.16.2
12 changes: 6 additions & 6 deletions example/zoo-app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
PATH
remote: ../..
specs:
pact (1.36.2)
pact (1.39.0)
json (> 1.8.5)
pact-mock_service (~> 2.10)
pact-mock_service (~> 3.0)
pact-support (~> 1.8)
rack-test (~> 0.6, >= 0.6.3)
rack-test (>= 0.6.3, < 2.0.0)
randexp (~> 0.1.7)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
Expand All @@ -25,7 +25,7 @@ GEM
json (2.1.0)
method_source (0.9.0)
multi_xml (0.6.0)
pact-mock_service (2.12.0)
pact-mock_service (3.0.0)
filelock (~> 1.1)
find_a_port (~> 1.0.1)
json
Expand All @@ -35,7 +35,7 @@ GEM
term-ansicolor (~> 1.0)
thor (~> 0.19)
webrick (~> 1.3)
pact-support (1.8.0)
pact-support (1.8.1)
awesome_print (~> 1.1)
find_a_port (~> 1.0.1)
json
Expand All @@ -54,7 +54,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rack (2.0.5)
rack-test (0.8.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rake (12.3.1)
randexp (0.1.7)
Expand Down
9 changes: 0 additions & 9 deletions gemfiles/ruby_under_22.gemfile

This file was deleted.

10 changes: 0 additions & 10 deletions gemfiles/ruby_under_22_with_rspec_2.gemfile

This file was deleted.

0 comments on commit 4a30791

Please sign in to comment.