Skip to content

Commit

Permalink
chore(deps): bundle update example/animal-service
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Aug 17, 2022
1 parent b415e5e commit 77edabf
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 42 deletions.
87 changes: 45 additions & 42 deletions example/animal-service/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,82 +13,85 @@ 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)
expgen (0.1.1)
parslet
filelock (1.1.1)
find_a_port (1.0.1)
json (2.3.1)
json (2.6.2)
method_source (1.0.0)
mustermann (1.1.1)
mustermann (2.0.2)
ruby2_keywords (~> 0.0.1)
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)
pry (0.13.1)
pact-support (1.18.1)
awesome_print (~> 1.9)
diff-lcs (~> 1.4)
expgen (~> 0.1)
rainbow (~> 3.1.1)
parslet (2.0.0)
pry (0.14.1)
coderay (~> 1.1)
method_source (~> 1.0)
rack (2.2.3)
rack-protection (2.1.0)
rack (2.2.4)
rack-protection (2.2.2)
rack
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)
ruby2_keywords (0.0.2)
sequel (5.36.0)
sinatra (2.1.0)
mustermann (~> 1.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
ruby2_keywords (0.0.5)
sequel (5.59.0)
sinatra (2.2.2)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.1.0)
rack-protection (= 2.2.2)
tilt (~> 2.0)
sqlite3 (1.4.2)
sqlite3 (1.4.4)
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (1.0.1)
tilt (2.0.10)
tins (1.25.0)
thor (1.2.1)
tilt (2.0.11)
tins (1.31.1)
sync
webrick (1.6.0)
webrick (1.7.0)

PLATFORMS
ruby

DEPENDENCIES
pact!
pry
rack (~> 2.1)
rack (~> 2.2, >= 2.2.3.1)
rake
rspec
sequel
sinatra
sinatra (>= 2.2.0)
sqlite3

BUNDLED WITH
2.0.2
2.3.13
Binary file modified example/animal-service/db/animal_db.sqlite3
Binary file not shown.

0 comments on commit 77edabf

Please sign in to comment.