Skip to content

Commit

Permalink
chore: update examples Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Nov 29, 2024
1 parent b5d4b9f commit 7e93807
Showing 1 changed file with 36 additions and 28 deletions.
64 changes: 36 additions & 28 deletions examples/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,37 @@ GEM
specs:
awesome_print (1.9.2)
base64 (0.2.0)
bigdecimal (3.1.8)
diff-lcs (1.5.1)
expgen (0.1.1)
parslet
faraday (2.8.1)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday (2.12.1)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
faraday-retry (2.2.1)
faraday (~> 2.0)
find_a_port (1.0.1)
json (2.7.2)
json (2.8.2)
jsonpath (1.1.5)
multi_json
logger (1.6.1)
multi_json (1.15.0)
mustermann (3.0.0)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
pact (1.65.0)
net-http (0.5.0)
uri
ostruct (0.6.1)
pact (1.66.0)
jsonpath (~> 1.0)
pact-mock_service (~> 3.0, >= 3.3.1)
pact-support (~> 1.16, >= 1.16.9)
pact-support (~> 1.19, >= 1.19.0)
rack-test (>= 0.6.3, < 3.0.0)
rainbow (~> 3.1)
rspec (~> 3.0)
term-ansicolor (~> 1.7)
string_pattern (~> 2.0)
thor (>= 0.20, < 2.0)
webrick (~> 1.8)
pact-message (0.11.1)
pact-mock_service (~> 3.1)
pact-support (~> 1.8)
Expand All @@ -39,23 +46,26 @@ GEM
rspec (>= 2.14)
thor (>= 0.19, < 2.0)
webrick (~> 1.8)
pact-provider-verifier (1.38.1)
pact-provider-verifier (1.38.2)
faraday (~> 2.5)
faraday-retry (~> 2.2)
json (> 1.8)
ostruct
pact (~> 1.59)
pact-message (~> 0.5)
rack (~> 2.1)
rack-reverse-proxy
rspec (~> 3.5)
rspec_junit_formatter (~> 0.3)
pact-support (1.20.0)
pact-support (1.21.1)
awesome_print (~> 1.9)
diff-lcs (~> 1.5)
expgen (~> 0.1)
jsonpath (~> 1.0)
rainbow (~> 3.1.1)
string_pattern (~> 2.0)
parslet (2.0.0)
rack (2.2.9)
rack (2.2.10)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
Expand All @@ -67,16 +77,17 @@ GEM
rack-test (2.1.0)
rack (>= 1.3)
rainbow (3.1.1)
regexp_parser (2.9.2)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
Expand All @@ -94,15 +105,12 @@ GEM
rack-protection (= 3.2.0)
sinatra (= 3.2.0)
tilt (~> 2.0)
sync (0.5.0)
term-ansicolor (1.11.2)
tins (~> 1.0)
thor (1.3.1)
tilt (2.3.0)
tins (1.33.0)
bigdecimal
sync
webrick (1.8.1)
string_pattern (2.3.0)
regexp_parser (~> 2.5, >= 2.5.0)
thor (1.3.2)
tilt (2.4.0)
uri (1.0.2)
webrick (1.9.0)

PLATFORMS
ruby
Expand All @@ -113,4 +121,4 @@ DEPENDENCIES
sinatra-contrib (>= 3.1.0)

BUNDLED WITH
2.4.10
2.5.23

0 comments on commit 7e93807

Please sign in to comment.