We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4931944 commit 8263e01Copy full SHA for 8263e01
examples/Gemfile
@@ -1,5 +1,5 @@
1
source 'https://rubygems.org'
2
3
-gem 'sinatra'
4
-gem 'sinatra-contrib'
+gem 'sinatra', '>= 4.0.0'
+gem 'sinatra-contrib', '>= 4.0.0'
5
gem 'pact-provider-verifier'
0 commit comments