We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a60bae commit 4f7bab2Copy full SHA for 4f7bab2
lib/pact.rb
@@ -7,6 +7,6 @@
7
8
begin
9
require 'pact/v2'
10
-rescue LoadError => e
11
- warn "Warning: Could not load 'pact/v2': #{e.message} \nPlease ensure that the 'pact-ffi' gem is included in your Gemfile for pact/v2 support."
12
-end
+rescue LoadError
+ # "Please ensure that the 'pact-ffi' gem is included in your Gemfile for pact/v2 support."
+end
0 commit comments