Skip to content

Commit 190579b

Browse files
committed
chore(deps): remove rspec mock pin
1 parent 47e12ba commit 190579b

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Gemfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,6 @@ source 'https://rubygems.org'
33
# Specify your gem's dependencies in pact.gemspec
44
gemspec
55

6-
# If rspec-mocks is not locked, spec/lib/pact/consumer/configuration_spec.rb fails on Ruby 3.0
7-
# Should raise an issue, but no time right now.
8-
# #<Pact::MockService::AppManager:0x00007fcf21410e68 @apps_spawned=false, @app_registrations=[]> received :register_mock_service_for with unexpected arguments
9-
# expected: ("Mock Provider", "http://localhost:1234", {:find_available_port=>false, :pact_specification_version=>"1"})
10-
# got: ("Mock Provider", "http://localhost:1234", {:find_available_port=>false, :pact_specification_version=>"1"})
11-
# Diff:
12-
13-
gem "rspec-mocks", "3.13.6"
146
gem "appraisal", "~> 2.5"
157
gem "pact-support", git: "https://github.com/pact-foundation/pact-support.git", branch: "feat/generator_mock_server-url"
168

0 commit comments

Comments
 (0)