Gemfile in pact_broker-2.69.0 vs Gemfile in pact_broker-2.70.0
- old
+ new
@@ -34,5 +34,9 @@
end
if ENV['INSTALL_PG'] == 'true'
gem 'pg', '~>1.2'
end
+
+if ENV['X_PACT_DEVELOPMENT'] == 'true'
+ gem 'pact-support', path: '../pact-support'
+end
\ No newline at end of file