Sha256: 66106635ff9e7fc560f5e5105d79b2b3313d8da72c06b24678451adef9c0334b

Contents?: true

Size: 752 Bytes

Versions: 1

Compression:

Stored size: 752 Bytes

Contents

source "https://rubygems.org"
gemspec

if 'Integration test (cucumber) suite is 1.9+ only'.respond_to? :encoding
  gem 'aruba', '~> 0.6'
  gem 'capybara', '~> 2.0'
  gem 'poltergeist', '~> 1.1.0'
  gem 'phantomjs', '~> 1.9'
  gem 'cucumber', '~> 1.1'
end

# shoulda-matchers depends on rails >= 4, but that does not work with Ruby < 1.9. So, to allow CI builds on those versions,
# we gotta stick with the 3.x line.
gem 'activesupport', '~> 3.2.0'

# Uncomment this to use local copy of simplecov-html in development when checked out
# gem 'simplecov-html', :path => ::File.dirname(__FILE__) + '/../simplecov-html'

# Uncomment this to use development version of html formatter from github
# gem 'simplecov-html', :github => 'colszowka/simplecov-html'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simplecov-0.9.0 Gemfile