From cff664b6032d363be32246829a92a0524029b050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Jan 2021 10:52:12 +0000 Subject: [PATCH] Bump activemerchant from 1.78.0 to 1.107.4 Bumps [activemerchant](https://github.com/activemerchant/active_merchant) from 1.78.0 to 1.107.4. - [Release notes](https://github.com/activemerchant/active_merchant/releases) - [Changelog](https://github.com/activemerchant/active_merchant/blob/master/CHANGELOG) - [Commits](https://github.com/activemerchant/active_merchant/compare/v1.78.0...v1.107.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index d1263a0ffe2..ea1872b2996 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem 'stripe' # We need at least this version to have Digicert's root certificate # which is needed for Pin Payments (and possibly others). -gem 'activemerchant', '~> 1.78.0' +gem 'activemerchant', '~> 1.107.4' gem 'devise' gem 'devise-encryptable' diff --git a/Gemfile.lock b/Gemfile.lock index 9e265b326de..9ba67deaae8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,8 +72,8 @@ GEM activejob (4.2.11.3) activesupport (= 4.2.11.3) globalid (>= 0.3.0) - activemerchant (1.78.0) - activesupport (>= 3.2.14, < 6.x) + activemerchant (1.107.4) + activesupport (>= 4.2) builder (>= 2.1.2, < 4.0.0) i18n (>= 0.6.9) nokogiri (~> 1.4) @@ -721,7 +721,7 @@ PLATFORMS DEPENDENCIES actionpack-action_caching active_model_serializers (= 0.8.4) - activemerchant (~> 1.78.0) + activemerchant (~> 1.107.4) activerecord-import activerecord-postgresql-adapter activerecord-session_store