Sha256: 0cce976560b0941fc2c4a83e8026f905be7a99d4fa41e097ed81de15ad2d2e9e
Contents?: true
Size: 437 Bytes
Versions: 2
Compression:
Stored size: 437 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in pacto.gemspec gemspec name: 'pacto' gemspec name: 'pacto-server' # This is only used by Relish tests. Putting it here let's travis # pre-install so we can speed up the test with `bundle install --local`, # avoiding Aruba timeouts. gem 'excon' gem 'octokit' group :samples do gem 'grape' gem 'grape-swagger' gem 'puma' gem 'rake' gem 'pry' gem 'rack' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pacto-0.4.0.rc3 | Gemfile |
pacto-0.4.0.rc2 | Gemfile |