Sha256: d0ee002d29af9a584cbfe5583eb096f085c5d16bc9cc7ba0340579f07b8e2b1a

Contents?: true

Size: 681 Bytes

Versions: 2

Compression:

Stored size: 681 Bytes

Contents

suite_condition("only test on < 2.4"){ RUBY_VERSION < '2.4.0' }

gemfile <<-RB
  gem 'activemerchant', '~>1.43.1'
  gem 'rack'

  gem 'activesupport', '~>4.0.4'
  gem 'nokogiri', '~>1.6.1'

  # Need to load newrelic_rpm after ActiveMerchant Gateways are required
  gem 'newrelic_rpm', :require => false, :path => File.expand_path('../../../../')
RB

gemfile <<-RB
  gem 'activemerchant', '~>1.25.0'
  gem 'active_utils', '2.2.3'
  gem 'rack'

  gem 'activesupport', '~>4.0.4'
  gem 'nokogiri', '~>1.5.11'

  # Need to load newrelic_rpm after ActiveMerchant Gateways are required
  gem 'newrelic_rpm', :require => false, :path => File.expand_path('../../../../')
RB

# vim: ft=ruby

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
newrelic_rpm-4.1.0.333 test/multiverse/suites/activemerchant/Envfile
newrelic_rpm-4.0.0.332 test/multiverse/suites/activemerchant/Envfile