test/multiverse/suites/activemerchant/Envfile in newrelic_rpm-3.9.9.275 vs test/multiverse/suites/activemerchant/Envfile in newrelic_rpm-3.10.0.279
- old
+ new
@@ -4,10 +4,11 @@
if RUBY_VERSION <= '1.9.2'
# Very special versioning to keep us running on 1.8.7 versions of Ruby
gem 'activesupport', '~>2.3.14', :require => 'active_support'
gem 'nokogiri', '~>1.4.7'
+ gem 'i18n', '~>0.6.11'
else
gem 'activesupport', '~>4.0.4'
gem 'nokogiri', '~>1.6.1'
end
@@ -15,19 +16,21 @@
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'
if RUBY_VERSION <= '1.9.2'
# Very special versioning to keep us running on 1.8.7 versions of Ruby
gem 'activesupport', '~>2.3.14', :require => 'active_support'
gem 'nokogiri', '~>1.4.7'
+ gem 'i18n', '~>0.6.11'
else
gem 'activesupport', '~>4.0.4'
gem 'nokogiri', '~>1.5.11'
end
# Need to load newrelic_rpm after ActiveMerchant Gateways are required
gem 'newrelic_rpm', :require => false, :path => File.expand_path('../../../../')
-RB
+RB
\ No newline at end of file