Sha256: 77e55baf0977adabac33d47dbee143145c1dabb556634c894ce2779a28f9a005

Contents?: true

Size: 551 Bytes

Versions: 4

Compression:

Stored size: 551 Bytes

Contents

if RUBY_VERSION > '1.8.7' # padrino-core 0.11.0 requires http_router 0.11.0 which has syntax errors in 1.8.7.
gemfile <<-RB
  gem 'activesupport', '~> 3'
  gem 'padrino', '~> 0.11.0'
  gem 'rack-test', :require => 'rack/test'
  gem 'i18n', '< 0.7' if RUBY_VERSION < '1.9.3' # i18n >= 0.7.0 only works on Ruby 1.9.3 and newer
RB
end

gemfile <<-RB
  gem 'activesupport', '~> 3'
  gem 'padrino', '~> 0.10.0'
  gem 'rack-test', :require => 'rack/test'
  gem 'i18n', '< 0.7' if RUBY_VERSION < '1.9.3' # i18n >= 0.7.0 only works on Ruby 1.9.3 and newer
RB

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
newrelic_rpm-3.15.1.316 test/multiverse/suites/padrino/Envfile
newrelic_rpm-3.15.0.314 test/multiverse/suites/padrino/Envfile
newrelic_rpm-3.14.3.313 test/multiverse/suites/padrino/Envfile
newrelic_rpm-3.14.2.312 test/multiverse/suites/padrino/Envfile