Skip to content

Commit

Permalink
chore(deps): bundle update example/zoo-app
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Aug 17, 2022
1 parent de8a691 commit b415e5e
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 38 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', '~>2.1'
gem 'rack', '~>2.2'
gem 'httparty'
79 changes: 42 additions & 37 deletions example/zoo-app/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PATH
remote: ../..
specs:
pact (1.53.0)
pact (1.62.0)
pact-mock_service (~> 3.0, >= 3.3.1)
pact-support (~> 1.9)
pact-support (~> 1.16, >= 1.16.9)
rack-test (>= 0.6.3, < 2.0.0)
rspec (~> 3.0)
term-ansicolor (~> 1.0)
Expand All @@ -13,70 +13,75 @@ PATH
GEM
remote: https://rubygems.org/
specs:
awesome_print (1.8.0)
awesome_print (1.9.2)
coderay (1.1.3)
diff-lcs (1.4.4)
diff-lcs (1.5.0)
dig_rb (1.0.1)
expgen (0.1.1)
parslet
filelock (1.1.1)
find_a_port (1.0.1)
httparty (0.18.1)
httparty (0.20.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
json (2.3.1)
json (2.6.2)
method_source (1.0.0)
mime-types (3.3.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512)
mime-types-data (3.2022.0105)
multi_xml (0.6.0)
pact-mock_service (3.6.2)
pact-mock_service (3.10.0)
filelock (~> 1.1)
find_a_port (~> 1.0.1)
json
pact-support (~> 1.12, >= 1.12.0)
pact-support (~> 1.16, >= 1.16.4)
rack (~> 2.0)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
thor (>= 0.19, < 2.0)
webrick (~> 1.3)
pact-support (1.15.1)
awesome_print (~> 1.1)
randexp (~> 0.1.7)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
pact_broker-client (1.29.1)
pact-support (1.18.1)
awesome_print (~> 1.9)
diff-lcs (~> 1.4)
expgen (~> 0.1)
rainbow (~> 3.1.1)
pact_broker-client (1.51.1)
dig_rb (~> 1.0)
httparty (~> 0.18)
rake (~> 13.0)
table_print (~> 1.5)
term-ansicolor (~> 1.7)
thor (~> 0.20)
pry (0.13.1)
thor (>= 0.20, < 2.0)
parslet (2.0.0)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
rack (2.2.3)
rack (2.2.4)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rake (13.0.1)
randexp (0.1.7)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
rainbow (3.1.1)
rake (13.0.6)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
sync (0.5.0)
table_print (1.5.7)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (0.20.3)
tins (1.25.0)
thor (1.2.1)
tins (1.31.1)
sync
webrick (1.6.0)
webrick (1.7.0)

PLATFORMS
ruby
Expand All @@ -86,9 +91,9 @@ DEPENDENCIES
pact!
pact_broker-client
pry
rack (~> 2.1)
rack (~> 2.2)
rake
rspec

BUNDLED WITH
2.0.2
2.3.13

0 comments on commit b415e5e

Please sign in to comment.