Sha256: 559f1d3065ff92f8b3d04439c89e566d9e9192eb0ea583912f51d7a4d2d6f645

Contents?: true

Size: 1.04 KB

Versions: 5

Compression:

Stored size: 1.04 KB

Contents

source "https://rubygems.org"

# 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'

gem "rake", Gem::Version.new(RUBY_VERSION) < Gem::Version.new("1.9.3") ? "~>10.3" : ">= 10.3"

group :test do
  gem "rspec", ">= 3.2"
  # Older versions of some gems required for Ruby 1.8.7 support
  platform :ruby_18 do
    gem "activesupport", "~> 3.2.21"
    gem "i18n", "~> 0.6.11"
  end
  platform :ruby_18, :ruby_19 do
    gem "mime-types", "~> 1.25"
    gem "json", "~> 1.8"
  end
  platform :ruby_18, :ruby_19, :ruby_20, :ruby_21 do
    gem "rack", "~> 1.6"
  end
  platform :jruby, :ruby_19, :ruby_20, :ruby_21, :ruby_22, :ruby_23 do
    gem "aruba", "~> 0.7.4"
    gem "capybara"
    gem "cucumber"
    gem "phantomjs", "~> 1.9"
    gem "poltergeist"
    gem "rubocop", "~> 0.41.0"
    gem "test-unit"
  end
end

gemspec

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
abaci-0.3.0 vendor/bundle/gems/simplecov-0.12.0/Gemfile
ivanvc-logstash-input-s3-3.1.1.4 vendor/local/gems/simplecov-0.12.0/Gemfile
ivanvc-logstash-input-s3-3.1.1.3 vendor/local/gems/simplecov-0.12.0/Gemfile
ivanvc-logstash-input-s3-3.1.1.2 vendor/local/gems/simplecov-0.12.0/Gemfile
simplecov-0.12.0 Gemfile