Sha256: 05f853331b071ab58929669359016cc10ada579469e1fcf9f65ad8cd7f9f9329
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
source "https://rubygems.org" gemspec # While https://github.com/brandonhilkert/sucker_punch/pull/253 is outstanding gem "sucker_punch", git: "https://github.com/pact-foundation/sucker_punch.git", ref: "fix/rename-is-singleton-class-method-2" gem "rake", "~>12.3.3" gem "sqlite3", "~>1.3" gem "conventional-changelog", "~>1.3" gem "bump", "~> 0.5" group :development do gem "pry-byebug" gem "rubocop", "~>1.1" gem "rubocop-performance", "~> 1.11" gem "sequel-annotate", "~>1.3" gem "yard", "~> 0.9" end group :test do gem "simplecov", :require => false gem "pact", "~>1.14" gem "rspec-pact-matchers", "~>0.1" gem "bundler-audit", "~>0.4" gem "fakefs", "~>0.4" gem "webmock", "~>3.9" gem "rspec", "~>3.0" gem "rspec-its", "~>1.2" gem "database_cleaner", "~>1.8", ">= 1.8.1" gem "timecop", "~> 0.9" gem "faraday", "~>2.0" gem "docker-api", "~>1.34" gem "approvals", ">=0.0.24", "<1.0.0" gem "tzinfo", "~>2.0" gem "faraday-retry", "~>2.0" end if ENV["INSTALL_MYSQL"] == "true" gem "mysql2", "~>0.5" end if ENV["INSTALL_PG"] == "true" gem "pg", "~>1.2" end if ENV["X_PACT_DEVELOPMENT"] == "true" gem "pact-support", path: "../pact-support" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pact_broker-2.107.1 | Gemfile |
pact_broker-2.107.0 | Gemfile |
pact_broker-2.107.0.beta.1 | Gemfile |