Sha256: 14a0466b7268ad391c48639f4e84b113c8ced6397d308646a468ae140f5b6604
Contents?: true
Size: 406 Bytes
Versions: 1
Compression:
Stored size: 406 Bytes
Contents
source 'http://rubygems.org' # Web servers for different platforms platform :jruby do gem 'puma' end platform :mri do gem 'thin' end gemspec # Capybara 2.1.0 requires 1.9.3+ so we install a version that works with every # Ruby version we test against. This can be removed if we stop testing against # 1.9.2. gem 'capybara', '~> 2.0.3' if RUBY_VERSION == '1.9.2' gem 'activesupport', '< 4.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fake_braintree-0.5.0 | Gemfile |