Sha256: 55b44069169415c746be175d63147a7193a8b8ebfa6762ac13021079a3c70fd3

Contents?: true

Size: 404 Bytes

Versions: 2

Compression:

Stored size: 404 Bytes

Contents

source "https://rubygems.org"

gemspec

ruby_version = RUBY_VERSION.to_f
rubocop_platform = [:ruby_20, :ruby_21, :ruby_22]
rubocop_platform = [:ruby_20, :ruby_21] if ruby_version < 2.0

group :test do
  gem "rspec"
  gem "rack-test"
  gem "webmock"
  gem "rubocop", :platform => rubocop_platform

  gem "addressable", "< 2.4" if ruby_version < 1.9
end

group :development, :test do
  gem "simplecov"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rack-reverse-proxy-0.11.0 Gemfile
rack-reverse-proxy-0.10.0 Gemfile