Skip to content

Commit 05a253a

Browse files
committed
fix(deps): add pact-support to gemfile, as released gem is using git
1 parent cbb756c commit 05a253a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pact_broker/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ gem "mysql2", "~>0.3"
77
gem "sqlite3", "~>2.0", force_ruby_platform: true
88
gem "rake", "~> 13.0"
99
gem "padrino-core", ">= 0.16.0.pre3"
10-
gem "sinatra", "~> 4.0"
10+
gem "sinatra", "~> 4.0"
11+
gem "pact-support"

0 commit comments

Comments
 (0)