Skip to content

Commit

Permalink
chore: update example provider Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Nov 15, 2018
1 parent 9244c14 commit 51344b7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 29 deletions.
2 changes: 1 addition & 1 deletion example/zoo-app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ group :development, :test do
end

gem 'rake'
gem 'rack', '~>1.5.2'
gem 'rack', '~>2.0'
gem 'httparty'
58 changes: 30 additions & 28 deletions example/zoo-app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: ../..
specs:
pact (1.22.2)
pact (1.36.2)
json (> 1.8.5)
pact-mock_service (~> 2.0)
pact-support (~> 1.4)
pact-mock_service (~> 2.10)
pact-support (~> 1.8)
rack-test (~> 0.6, >= 0.6.3)
randexp (~> 0.1.7)
rspec (>= 2.14)
Expand All @@ -18,62 +18,64 @@ GEM
awesome_print (1.8.0)
coderay (1.1.2)
diff-lcs (1.3)
filelock (1.1.1)
find_a_port (1.0.1)
httparty (0.16.2)
multi_xml (>= 0.5.2)
json (2.1.0)
method_source (0.9.0)
multi_xml (0.6.0)
pact-mock_service (2.1.0)
pact-mock_service (2.12.0)
filelock (~> 1.1)
find_a_port (~> 1.0.1)
json
pact-support (~> 1.0)
rack
rack-test (~> 0.6.2)
pact-support (~> 1.2, >= 1.2.1)
rack (~> 2.0)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
thor
webrick
pact-support (1.6.0)
thor (~> 0.19)
webrick (~> 1.3)
pact-support (1.8.0)
awesome_print (~> 1.1)
find_a_port (~> 1.0.1)
json
randexp (~> 0.1.7)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
thor
pact_broker-client (1.14.1)
pact_broker-client (1.16.2)
httparty
json
rake
table_print (~> 1.5)
term-ansicolor
thor (~> 0.20)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rack (1.5.5)
rack-test (0.6.3)
rack (>= 1.0)
rack (2.0.5)
rack-test (0.8.3)
rack (>= 1.0, < 3)
rake (12.3.1)
randexp (0.1.7)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.1)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
rspec (3.8.0)
rspec-core (~> 3.8.0)
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.1)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
table_print (1.5.6)
term-ansicolor (1.6.0)
tins (~> 1.0)
thor (0.20.0)
tins (1.16.3)
tins (1.17.0)
webrick (1.4.2)

PLATFORMS
Expand All @@ -84,9 +86,9 @@ DEPENDENCIES
pact!
pact_broker-client
pry
rack (~> 1.5.2)
rack (~> 2.0)
rake
rspec

BUNDLED WITH
1.15.4
1.16.2

0 comments on commit 51344b7

Please sign in to comment.