From 9eaaa14c81bbfa6cec03d52b42c07fbe03a68041 Mon Sep 17 00:00:00 2001 From: Moushumi Seal Date: Thu, 16 Jan 2025 20:43:44 +0800 Subject: [PATCH 01/11] Updating the group for KCP credit card since it is an LPM --- db/payment_icons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 786097883..df4575269 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2469,7 +2469,7 @@ - name: kcpcreditcard label: KCP Credit Card - group: credit_cards + group: other - name: powerpay label: Powerpay From 12e6b6bb6868d8da09ba7e81cc3131a5821f1b17 Mon Sep 17 00:00:00 2001 From: Danny Elisha <143747522+dannye0231@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:46:00 -0500 Subject: [PATCH 02/11] Fix indentation in payment_icons.yml file Removed white space --- db/payment_icons.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/payment_icons.yml b/db/payment_icons.yml index df4575269..df1c86f8c 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2462,7 +2462,7 @@ name: riverty label: Riverty group: other -- +- name: whishcheckout label: Whish Checkout group: wallets From 818cbf093ef232a7f72ebab1d68d224f27d15ae8 Mon Sep 17 00:00:00 2001 From: dannye0231 Date: Wed, 22 Jan 2025 14:47:06 -0500 Subject: [PATCH 03/11] Update Gemfile --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index fa75df156..756197420 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ source 'https://rubygems.org' +gem 'concurrent-ruby', '> 1.3.4' gemspec From 7b1cdafda722c4e30f8ab62907b831c90ce035ff Mon Sep 17 00:00:00 2001 From: Danny Elisha <143747522+dannye0231@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:55:33 -0500 Subject: [PATCH 04/11] Update concurrent-ruby gem version constraint --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 756197420..c38c58771 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'concurrent-ruby', '> 1.3.4' +gem 'concurrent-ruby', '< 1.3.4' gemspec From 7b33df8c24d461d61d2afff37373952ff8868d89 Mon Sep 17 00:00:00 2001 From: Danny Elisha <143747522+dannye0231@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:02:23 -0500 Subject: [PATCH 05/11] Downgrade concurrent-ruby gem version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c38c58771..88a678b78 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'concurrent-ruby', '< 1.3.4' +gem 'concurrent-ruby', '< 1.3.3' gemspec From 349cd82e6b928dfaf1ec2e1d35259d18b07e9984 Mon Sep 17 00:00:00 2001 From: Danny Elisha <143747522+dannye0231@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:06:39 -0500 Subject: [PATCH 06/11] Update concurrent-ruby gem to version 1.3.4 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 88a678b78..9aaa0bda3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'concurrent-ruby', '< 1.3.3' +gem 'concurrent-ruby', '1.3.4' gemspec From fe4694120d90fb61beb61a842c4f9c57d524b02b Mon Sep 17 00:00:00 2001 From: Danny Elisha <143747522+dannye0231@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:09:49 -0500 Subject: [PATCH 07/11] Downgrade concurrent-ruby gem version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9aaa0bda3..d8543b863 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'concurrent-ruby', '1.3.4' +gem 'concurrent-ruby', '1.3.3' gemspec From 0a7ced4a13f77f043a00fbc9fd9841feffab31ef Mon Sep 17 00:00:00 2001 From: Danny Elisha <143747522+dannye0231@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:15:54 -0500 Subject: [PATCH 08/11] Downgrade concurrent-ruby gem version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d8543b863..a823bebb9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'concurrent-ruby', '1.3.3' +gem 'concurrent-ruby', '1.3.2' gemspec From d44eb40d08bab6988f3b8a2b9101d3afe8cbd9b6 Mon Sep 17 00:00:00 2001 From: Danny Elisha <143747522+dannye0231@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:18:01 -0500 Subject: [PATCH 09/11] Update concurrent-ruby gem version constraint --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a823bebb9..827bc3564 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' -gem 'concurrent-ruby', '1.3.2' gemspec +gem 'concurrent-ruby', '< 1.3.4' From de8555c999af1ebf2b1f470d50967860c80e3a07 Mon Sep 17 00:00:00 2001 From: Danny Elisha <143747522+dannye0231@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:21:12 -0500 Subject: [PATCH 10/11] Downgrade concurrent-ruby gem version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 827bc3564..52cc6d9de 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gemspec -gem 'concurrent-ruby', '< 1.3.4' +gem 'concurrent-ruby', '< 1.3.3' From d453bf2fef4711318c9b3dc993419f3bb8d5e55f Mon Sep 17 00:00:00 2001 From: Danny Elisha <143747522+dannye0231@users.noreply.github.com> Date: Wed, 22 Jan 2025 15:22:14 -0500 Subject: [PATCH 11/11] Remove 'concurrent-ruby' gem from Gemfile --- Gemfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Gemfile b/Gemfile index 52cc6d9de..fa75df156 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,3 @@ source 'https://rubygems.org' gemspec -gem 'concurrent-ruby', '< 1.3.3'