From 4b80d97dd9e9c09f2b3ceeb072c3517fe757af6f Mon Sep 17 00:00:00 2001 From: Jonathan Smith Date: Tue, 24 Sep 2024 17:59:11 -0400 Subject: [PATCH] Update version to v3 and officially deprecate gem --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/offsite_payments/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f566b2d8..2327143a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Offsite Payments CHANGELOG +### version 3.0.0 (September 24, 2024) +This version officially deprecates this gem. It is no longer maintained and should not be used. + +- Update ruby test targets to 3.2 and 3.3 +- Require rails v7.2 +- Require shopify-money gem, no longer support other money gem. + ### version 2.7.28 (February 11, 2021) - [Realex] #351 - Regex updates for address and city diff --git a/Gemfile.lock b/Gemfile.lock index bc8edbf79..54846aa80 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - offsite_payments (2.7.28) + offsite_payments (3.0.0) actionpack (>= 7.2.0) actionview (>= 7.2.0) active_utils (>= 3.3.0) diff --git a/lib/offsite_payments/version.rb b/lib/offsite_payments/version.rb index 06325885d..dcdad87ec 100644 --- a/lib/offsite_payments/version.rb +++ b/lib/offsite_payments/version.rb @@ -1,3 +1,3 @@ module OffsitePayments - VERSION = "2.7.28" + VERSION = "3.0.0" end