Sha256: e269742ef196805c2134ac46a6224c4f4626cbfd13c1c6f1f1f6f14601bdae11

Contents?: true

Size: 777 Bytes

Versions: 1

Compression:

Stored size: 777 Bytes

Contents

# A sample Gemfile
source "https://rubygems.org"
gemspec

gem "pacto", :git => 'https://github.com/thoughtworks/pacto', :branch => 'uri_templates'
# uriTemplate support merged  into webmock but not yet released - webmock#334
gem "webmock", :git => 'https://github.com/bblimke/webmock', :branch => 'master'
# optional param fix merged but not yet released - addressable#140
gem "addressable", :git => 'https://github.com/sporkmonger/addressable.git', :branch => 'master'
gem "fog", '~> 1.19'
gem "vcr"
gem "goliath"
gem "excon"
gem "em-http-request"
gem "rspec_junit_formatter"
gem "pry"
gem "matrix_formatter", :git => 'https://github.com/maxlinc/matrix_formatter', :branch => 'html5'
gem "highline"
gem "parallel_tests"
gem "rake-notes"
gem "simplecov"
gem "mixlib-shellout"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
polytrix-0.0.1 Gemfile