From 0aa4c0dc312da9d37d312f73bb954c371186200a Mon Sep 17 00:00:00 2001 From: thwolo <76946665+thwolo@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:10:32 +0200 Subject: [PATCH 01/25] Update payment_icons.yml --- db/payment_icons.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 4c12ee064..1d03c3168 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2365,4 +2365,8 @@ - name: codensa label: Codensa - group: credit_cards \ No newline at end of file + group: credit_cards +- + name: riverty + label: Riverty + group: other From e9db938507a3fb4d8f89cf1319f4f4e56416fb23 Mon Sep 17 00:00:00 2001 From: thwolo <76946665+thwolo@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:11:42 +0200 Subject: [PATCH 02/25] added general riverty logo --- app/assets/images/payment_icons/riverty.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/assets/images/payment_icons/riverty.svg diff --git a/app/assets/images/payment_icons/riverty.svg b/app/assets/images/payment_icons/riverty.svg new file mode 100644 index 000000000..14c4aa78e --- /dev/null +++ b/app/assets/images/payment_icons/riverty.svg @@ -0,0 +1 @@ +Riverty \ No newline at end of file From c5640b21ffd7e77a046f51aa491edd279861926e Mon Sep 17 00:00:00 2001 From: thwolo <76946665+thwolo@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:14:22 +0200 Subject: [PATCH 03/25] Added general Riverty Icon --- app/assets/images/payment_icons/riverty.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/riverty.svg b/app/assets/images/payment_icons/riverty.svg index 14c4aa78e..a2230c8bb 100644 --- a/app/assets/images/payment_icons/riverty.svg +++ b/app/assets/images/payment_icons/riverty.svg @@ -1 +1 @@ -Riverty \ No newline at end of file + \ No newline at end of file From 7ea73327b3373ec6b3abe56e645970de0f538c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Mel=C3=A9ndez?= Date: Mon, 14 Oct 2024 23:20:46 -0300 Subject: [PATCH 04/25] ventipay --- app/assets/images/payment_icons/ventipay.svg | 1 + db/payment_icons.yml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 app/assets/images/payment_icons/ventipay.svg diff --git a/app/assets/images/payment_icons/ventipay.svg b/app/assets/images/payment_icons/ventipay.svg new file mode 100644 index 000000000..bc8510b26 --- /dev/null +++ b/app/assets/images/payment_icons/ventipay.svg @@ -0,0 +1 @@ +VentiPay \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 4c12ee064..730150e38 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2365,4 +2365,8 @@ - name: codensa label: Codensa - group: credit_cards \ No newline at end of file + group: credit_cards +- + name: ventipay + label: VentiPay + group: other \ No newline at end of file From b8aff8725ec729b2bee3854975a649e05f32683b Mon Sep 17 00:00:00 2001 From: Aleksandar Sasa Boljanovic Date: Tue, 15 Oct 2024 14:34:21 +0200 Subject: [PATCH 05/25] Add Etihad GuestPay icon --- app/assets/images/payment_icons/etihadguestpay.svg | 1 + db/payment_icons.yml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 app/assets/images/payment_icons/etihadguestpay.svg diff --git a/app/assets/images/payment_icons/etihadguestpay.svg b/app/assets/images/payment_icons/etihadguestpay.svg new file mode 100644 index 000000000..60547b91c --- /dev/null +++ b/app/assets/images/payment_icons/etihadguestpay.svg @@ -0,0 +1 @@ +Etihad GuestPay \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 4c12ee064..3154a1415 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2365,4 +2365,8 @@ - name: codensa label: Codensa - group: credit_cards \ No newline at end of file + group: credit_cards +- + name: etihadguestpay + label: Etihad GuestPay + group: other From 451906635fd2c9b27ce67b0c0d33e64f1ab331c5 Mon Sep 17 00:00:00 2001 From: Sebastian Pape <0xneo11@gmail.com> Date: Tue, 15 Oct 2024 17:16:23 +0200 Subject: [PATCH 06/25] adding worldchain --- app/assets/images/payment_icons/worldchain.svg | 1 + db/payment_icons.yml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 app/assets/images/payment_icons/worldchain.svg diff --git a/app/assets/images/payment_icons/worldchain.svg b/app/assets/images/payment_icons/worldchain.svg new file mode 100644 index 000000000..d6dff412e --- /dev/null +++ b/app/assets/images/payment_icons/worldchain.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 4c12ee064..e88e2140a 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -130,6 +130,10 @@ name: base label: Base group: cryptocurrencies +- + name: worldchain + label: World Chain + group: cryptocurrencies - name: busd label: Binance USD From d10bc8a607f1650c53f81d6de8559a3d0da2a74a Mon Sep 17 00:00:00 2001 From: Sebastian Pape <0xneo11@gmail.com> Date: Tue, 15 Oct 2024 17:24:19 +0200 Subject: [PATCH 07/25] add title tag back in --- app/assets/images/payment_icons/worldchain.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/worldchain.svg b/app/assets/images/payment_icons/worldchain.svg index d6dff412e..6557f1d8d 100644 --- a/app/assets/images/payment_icons/worldchain.svg +++ b/app/assets/images/payment_icons/worldchain.svg @@ -1 +1 @@ - \ No newline at end of file +World Chain From 8465a93f542e5158f0fd5198caa051fd216cbb2a Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Wed, 16 Oct 2024 16:37:03 +0200 Subject: [PATCH 08/25] Update kbc_cbc payment icon --- app/assets/images/payment_icons/kbc_cbc.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/kbc_cbc.svg b/app/assets/images/payment_icons/kbc_cbc.svg index 07017b0f5..4b6a8865a 100644 --- a/app/assets/images/payment_icons/kbc_cbc.svg +++ b/app/assets/images/payment_icons/kbc_cbc.svg @@ -1 +1 @@ -KBC/CBC \ No newline at end of file +KBC"/> \ No newline at end of file From a61e462a5e7470ecee7a47ceadb8fe94b64bf840 Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Wed, 16 Oct 2024 16:41:19 +0200 Subject: [PATCH 09/25] Update kbc_cbc payment icon --- app/assets/images/payment_icons/kbc_cbc.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/kbc_cbc.svg b/app/assets/images/payment_icons/kbc_cbc.svg index 4b6a8865a..d38f02202 100644 --- a/app/assets/images/payment_icons/kbc_cbc.svg +++ b/app/assets/images/payment_icons/kbc_cbc.svg @@ -1 +1 @@ -KBC"/> \ No newline at end of file +KBC"/> \ No newline at end of file From add1e06d6a0dedf2f7494bff2be32bf6f7d2c9ab Mon Sep 17 00:00:00 2001 From: thwolo <76946665+thwolo@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:33:36 +0200 Subject: [PATCH 10/25] added tag --- app/assets/images/payment_icons/riverty.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/riverty.svg b/app/assets/images/payment_icons/riverty.svg index a2230c8bb..de2e6737d 100644 --- a/app/assets/images/payment_icons/riverty.svg +++ b/app/assets/images/payment_icons/riverty.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="38" height="24" aria-labelledby="pi-riverty"><path d="M35 0H3C1.3 0 0 1.3 0 3v18c0 1.7 1.4 3 3 3h32c1.7 0 3-1.3 3-3V3c0-1.7-1.4-3-3-3z" opacity=".07" vector-effect="non-scaling-stroke"/><path fill="#527a42" d="M35 1c1.1 0 2 .9 2 2v18c0 1.1-.9 2-2 2H3c-1.1 0-2-.9-2-2V3c0-1.1.9-2 2-2h32"/><path fill="#e7e4e2" d="m31.943 10.57-.79 1.04-.788-1.04h-.897l1.291 1.685v1.399h.717v-1.399l1.291-1.685h-.86.036zm-6.383 0v.61h1.147v2.474h.717v-2.475h1.148v-.61h-3.013zm-3.515 1.327h1.04c.322 0 .466-.108.466-.359s-.144-.359-.466-.359h-1.04v.754-.036zm1.542 1.757-.753-1.148h-.79v1.148h-.717V10.57h1.83c.717 0 1.111.358 1.111.968s-.215.79-.645.933l.824 1.183h-.86zm-6.994-3.084v3.084h2.798v-.61h-2.08V12.4h1.793v-.61H17.31v-.61h2.08v-.61h-2.798zm-2.223 0-.897 2.295-.932-2.295h-.753l1.29 3.084h.718l1.291-3.084h-.753.036zm-4.806 3.084h.718V10.57h-.718v3.084zm-4.304 0h.718v-2.367h-.717v2.367zm.718-2.367h2.367v-.717H5.978v.717z" class="cls-2"/></svg> \ No newline at end of file +<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 38 24" width="38" height="24" aria-labelledby="pi-riverty"><title id="pi-riverty">Riverty \ No newline at end of file From 029859fab8fe608bb6a4e95102a44b2ae0b37be1 Mon Sep 17 00:00:00 2001 From: Luke Saheed Date: Thu, 24 Oct 2024 18:21:41 +0100 Subject: [PATCH 11/25] HeyLight icons --- app/assets/images/payment_icons/heylight.svg | 1 + app/assets/images/payment_icons/heylightred.svg | 1 + db/payment_icons.yml | 10 +++++++++- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 app/assets/images/payment_icons/heylight.svg create mode 100644 app/assets/images/payment_icons/heylightred.svg diff --git a/app/assets/images/payment_icons/heylight.svg b/app/assets/images/payment_icons/heylight.svg new file mode 100644 index 000000000..8f01b3aac --- /dev/null +++ b/app/assets/images/payment_icons/heylight.svg @@ -0,0 +1 @@ +HeyLight \ No newline at end of file diff --git a/app/assets/images/payment_icons/heylightred.svg b/app/assets/images/payment_icons/heylightred.svg new file mode 100644 index 000000000..3fe6aea0f --- /dev/null +++ b/app/assets/images/payment_icons/heylightred.svg @@ -0,0 +1 @@ +HeyLight red \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 4c12ee064..636c8691f 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2365,4 +2365,12 @@ - name: codensa label: Codensa - group: credit_cards \ No newline at end of file + group: credit_cards +- + name: heylight + label: HeyLight + group: other +- + name: heylightred + label: HeyLight red + group: other \ No newline at end of file From 9656979b44cde112358f052ea1b748114f3a6204 Mon Sep 17 00:00:00 2001 From: Luke Saheed Date: Thu, 24 Oct 2024 18:38:10 +0100 Subject: [PATCH 12/25] updated white icon --- app/assets/images/payment_icons/heylight.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/heylight.svg b/app/assets/images/payment_icons/heylight.svg index 8f01b3aac..dd70b9c8c 100644 --- a/app/assets/images/payment_icons/heylight.svg +++ b/app/assets/images/payment_icons/heylight.svg @@ -1 +1 @@ -HeyLight \ No newline at end of file +HeyLight \ No newline at end of file From ccd65bd66cff9f76036bdfc0fee380722894f36b Mon Sep 17 00:00:00 2001 From: Luke Saheed Date: Thu, 24 Oct 2024 19:16:17 +0100 Subject: [PATCH 13/25] match heylightred casing --- app/assets/images/payment_icons/heylightred.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/heylightred.svg b/app/assets/images/payment_icons/heylightred.svg index 3fe6aea0f..4383fd982 100644 --- a/app/assets/images/payment_icons/heylightred.svg +++ b/app/assets/images/payment_icons/heylightred.svg @@ -1 +1 @@ -HeyLight red \ No newline at end of file +HeyLight red \ No newline at end of file From be47ba43ac334868d05d951292c836d175d84727 Mon Sep 17 00:00:00 2001 From: Luke Saheed Date: Fri, 25 Oct 2024 11:26:40 +0100 Subject: [PATCH 14/25] remove heylight red for now --- app/assets/images/payment_icons/heylightred.svg | 1 - db/payment_icons.yml | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 app/assets/images/payment_icons/heylightred.svg diff --git a/app/assets/images/payment_icons/heylightred.svg b/app/assets/images/payment_icons/heylightred.svg deleted file mode 100644 index 4383fd982..000000000 --- a/app/assets/images/payment_icons/heylightred.svg +++ /dev/null @@ -1 +0,0 @@ -HeyLight red \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 636c8691f..5257cd29c 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2370,7 +2370,3 @@ name: heylight label: HeyLight group: other -- - name: heylightred - label: HeyLight red - group: other \ No newline at end of file From 61f2b3e3f0ddf1230222bf84ec924993ec09f6cb Mon Sep 17 00:00:00 2001 From: Luke Saheed Date: Fri, 25 Oct 2024 11:39:59 +0100 Subject: [PATCH 15/25] update id --- app/assets/images/payment_icons/heylight.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/heylight.svg b/app/assets/images/payment_icons/heylight.svg index dd70b9c8c..154d62f88 100644 --- a/app/assets/images/payment_icons/heylight.svg +++ b/app/assets/images/payment_icons/heylight.svg @@ -1 +1 @@ -HeyLight \ No newline at end of file +HeyLight \ No newline at end of file From 57c8bde291cf5e82894aa03c51717f71f9bba183 Mon Sep 17 00:00:00 2001 From: Luke Saheed Date: Fri, 25 Oct 2024 11:47:17 +0100 Subject: [PATCH 16/25] move border to outer --- app/assets/images/payment_icons/heylight.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/heylight.svg b/app/assets/images/payment_icons/heylight.svg index 154d62f88..f5918564a 100644 --- a/app/assets/images/payment_icons/heylight.svg +++ b/app/assets/images/payment_icons/heylight.svg @@ -1 +1 @@ -HeyLight \ No newline at end of file +HeyLight \ No newline at end of file From 3fd6998a5b78038d944ef53ea2e2435274b12a89 Mon Sep 17 00:00:00 2001 From: Sebastian Pape <0xneo11@gmail.com> Date: Fri, 25 Oct 2024 17:39:58 +0200 Subject: [PATCH 17/25] add role and viewBox attribute --- app/assets/images/payment_icons/worldchain.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/worldchain.svg b/app/assets/images/payment_icons/worldchain.svg index 6557f1d8d..6c94d61c8 100644 --- a/app/assets/images/payment_icons/worldchain.svg +++ b/app/assets/images/payment_icons/worldchain.svg @@ -1 +1 @@ -World Chain +World Chain From 8cd6a88bade63dafcb94a1ea9861169b1a4bfddb Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Mon, 28 Oct 2024 10:41:14 +0100 Subject: [PATCH 18/25] Update title to KBC/CBC --- app/assets/images/payment_icons/kbc_cbc.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/kbc_cbc.svg b/app/assets/images/payment_icons/kbc_cbc.svg index d38f02202..0b5db418b 100644 --- a/app/assets/images/payment_icons/kbc_cbc.svg +++ b/app/assets/images/payment_icons/kbc_cbc.svg @@ -1 +1 @@ -KBC"/> \ No newline at end of file +KBC/CBC"/> \ No newline at end of file From 796dab5a3e8e2bbef5cdafed28e872c6dfed6bd0 Mon Sep 17 00:00:00 2001 From: arun Date: Fri, 15 Nov 2024 16:40:02 +0530 Subject: [PATCH 19/25] ashley_plcc --- app/assets/images/payment_icons/ashley_plcc.svg | 1 + db/payment_icons.yml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 app/assets/images/payment_icons/ashley_plcc.svg diff --git a/app/assets/images/payment_icons/ashley_plcc.svg b/app/assets/images/payment_icons/ashley_plcc.svg new file mode 100644 index 000000000..f20332681 --- /dev/null +++ b/app/assets/images/payment_icons/ashley_plcc.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 4c12ee064..905d0a9eb 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2365,4 +2365,8 @@ - name: codensa label: Codensa + group: credit_cards +- + name: ashley_plcc + label: Ashley Credit Card group: credit_cards \ No newline at end of file From 8b9aa61e52f121cc4264560884e9e71ef605b446 Mon Sep 17 00:00:00 2001 From: "tomoharu.uchida" Date: Thu, 21 Nov 2024 19:58:23 +0900 Subject: [PATCH 20/25] Add gmoatokara icon --- app/assets/images/payment_icons/gmoatokara.svg | 1 + db/payment_icons.yml | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 app/assets/images/payment_icons/gmoatokara.svg diff --git a/app/assets/images/payment_icons/gmoatokara.svg b/app/assets/images/payment_icons/gmoatokara.svg new file mode 100644 index 000000000..9faeb7cfb --- /dev/null +++ b/app/assets/images/payment_icons/gmoatokara.svg @@ -0,0 +1 @@ +gmoatokara \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 4c12ee064..e17686f08 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2365,4 +2365,8 @@ - name: codensa label: Codensa - group: credit_cards \ No newline at end of file + group: credit_cards +- + name: gmoatokara + label: GMO Atokara + group: other \ No newline at end of file From 3118258b3c309fb3a1ef03964f79bc42e9fb0f9d Mon Sep 17 00:00:00 2001 From: "tomoharu.uchida" Date: Thu, 21 Nov 2024 20:34:23 +0900 Subject: [PATCH 21/25] fix SVG file title value --- app/assets/images/payment_icons/gmoatokara.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/gmoatokara.svg b/app/assets/images/payment_icons/gmoatokara.svg index 9faeb7cfb..f4dcb68d6 100644 --- a/app/assets/images/payment_icons/gmoatokara.svg +++ b/app/assets/images/payment_icons/gmoatokara.svg @@ -1 +1 @@ -gmoatokara \ No newline at end of file +GMO Atokara \ No newline at end of file From 710bccbbebd67d28033904859c9bf94ed283340d Mon Sep 17 00:00:00 2001 From: arun Date: Thu, 21 Nov 2024 22:15:40 +0530 Subject: [PATCH 22/25] checks list --- .github/workflows/ruby-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ruby-ci.yml b/.github/workflows/ruby-ci.yml index 16a4974ed..2d222d314 100644 --- a/.github/workflows/ruby-ci.yml +++ b/.github/workflows/ruby-ci.yml @@ -39,3 +39,4 @@ jobs: - name: Test run: bundle exec rake test + From b833d5d7900c56d1e89cd3fb0161ce982c6f69ec Mon Sep 17 00:00:00 2001 From: arun Date: Wed, 27 Nov 2024 20:43:11 +0530 Subject: [PATCH 23/25] Checklist updation --- app/assets/images/payment_icons/ashley_plcc.svg | 1 - app/assets/images/payment_icons/ashleyplcc.svg | 1 + db/payment_icons.yml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 app/assets/images/payment_icons/ashley_plcc.svg create mode 100644 app/assets/images/payment_icons/ashleyplcc.svg diff --git a/app/assets/images/payment_icons/ashley_plcc.svg b/app/assets/images/payment_icons/ashley_plcc.svg deleted file mode 100644 index f20332681..000000000 --- a/app/assets/images/payment_icons/ashley_plcc.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/app/assets/images/payment_icons/ashleyplcc.svg b/app/assets/images/payment_icons/ashleyplcc.svg new file mode 100644 index 000000000..b78f89816 --- /dev/null +++ b/app/assets/images/payment_icons/ashleyplcc.svg @@ -0,0 +1 @@ +Ashley Credit Card diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 905d0a9eb..10dde8599 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2367,6 +2367,6 @@ label: Codensa group: credit_cards - - name: ashley_plcc + name: ashleyplcc label: Ashley Credit Card group: credit_cards \ No newline at end of file From cfb6727d458f0bf7d848be7b15d722c58f1f9967 Mon Sep 17 00:00:00 2001 From: dannye0231 Date: Wed, 4 Dec 2024 13:33:00 -0500 Subject: [PATCH 24/25] Bump gems for icon release v1.7.48 --- Gemfile.lock | 160 ++++++++++++++++++++++++++------------------------- 1 file changed, 81 insertions(+), 79 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ee90bb01c..c3fa129fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,67 +9,67 @@ PATH GEM remote: https://rubygems.org/ specs: - actioncable (7.2.1) - actionpack (= 7.2.1) - activesupport (= 7.2.1) + actioncable (8.0.0) + actionpack (= 8.0.0) + activesupport (= 8.0.0) nio4r (~> 2.0) websocket-driver (>= 0.6.1) zeitwerk (~> 2.6) - actionmailbox (7.2.1) - actionpack (= 7.2.1) - activejob (= 7.2.1) - activerecord (= 7.2.1) - activestorage (= 7.2.1) - activesupport (= 7.2.1) + actionmailbox (8.0.0) + actionpack (= 8.0.0) + activejob (= 8.0.0) + activerecord (= 8.0.0) + activestorage (= 8.0.0) + activesupport (= 8.0.0) mail (>= 2.8.0) - actionmailer (7.2.1) - actionpack (= 7.2.1) - actionview (= 7.2.1) - activejob (= 7.2.1) - activesupport (= 7.2.1) + actionmailer (8.0.0) + actionpack (= 8.0.0) + actionview (= 8.0.0) + activejob (= 8.0.0) + activesupport (= 8.0.0) mail (>= 2.8.0) rails-dom-testing (~> 2.2) - actionpack (7.2.1) - actionview (= 7.2.1) - activesupport (= 7.2.1) + actionpack (8.0.0) + actionview (= 8.0.0) + activesupport (= 8.0.0) nokogiri (>= 1.8.5) - racc - rack (>= 2.2.4, < 3.2) + rack (>= 2.2.4) rack-session (>= 1.0.1) rack-test (>= 0.6.3) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) useragent (~> 0.16) - actiontext (7.2.1) - actionpack (= 7.2.1) - activerecord (= 7.2.1) - activestorage (= 7.2.1) - activesupport (= 7.2.1) + actiontext (8.0.0) + actionpack (= 8.0.0) + activerecord (= 8.0.0) + activestorage (= 8.0.0) + activesupport (= 8.0.0) globalid (>= 0.6.0) nokogiri (>= 1.8.5) - actionview (7.2.1) - activesupport (= 7.2.1) + actionview (8.0.0) + activesupport (= 8.0.0) builder (~> 3.1) erubi (~> 1.11) rails-dom-testing (~> 2.2) rails-html-sanitizer (~> 1.6) - activejob (7.2.1) - activesupport (= 7.2.1) + activejob (8.0.0) + activesupport (= 8.0.0) globalid (>= 0.3.6) - activemodel (7.2.1) - activesupport (= 7.2.1) - activerecord (7.2.1) - activemodel (= 7.2.1) - activesupport (= 7.2.1) + activemodel (8.0.0) + activesupport (= 8.0.0) + activerecord (8.0.0) + activemodel (= 8.0.0) + activesupport (= 8.0.0) timeout (>= 0.4.0) - activestorage (7.2.1) - actionpack (= 7.2.1) - activejob (= 7.2.1) - activerecord (= 7.2.1) - activesupport (= 7.2.1) + activestorage (8.0.0) + actionpack (= 8.0.0) + activejob (= 8.0.0) + activerecord (= 8.0.0) + activesupport (= 8.0.0) marcel (~> 1.0) - activesupport (7.2.1) + activesupport (8.0.0) base64 + benchmark (>= 0.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) @@ -79,7 +79,9 @@ GEM minitest (>= 5.1) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) + uri (>= 0.13.1) base64 (0.2.0) + benchmark (0.4.0) bigdecimal (3.1.8) builder (3.3.0) bump (0.10.0) @@ -87,7 +89,7 @@ GEM concurrent-ruby (1.3.4) connection_pool (2.4.1) crass (1.0.6) - date (3.3.4) + date (3.4.1) drb (2.2.1) erubi (1.13.0) ffi (1.17.0) @@ -97,12 +99,12 @@ GEM activesupport (>= 6.1) i18n (1.14.6) concurrent-ruby (~> 1.0) - io-console (0.7.2) + io-console (0.8.0) irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) - logger (1.6.1) - loofah (2.22.0) + logger (1.6.2) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) mail (2.8.1) @@ -113,9 +115,9 @@ GEM marcel (1.0.4) method_source (1.1.0) mini_mime (1.1.5) - mini_portile2 (2.8.7) - minitest (5.25.1) - net-imap (0.4.16) + mini_portile2 (2.8.8) + minitest (5.25.4) + net-imap (0.5.1) date net-protocol net-pop (0.1.2) @@ -124,57 +126,57 @@ GEM timeout net-smtp (0.5.0) net-protocol - nio4r (2.7.3) - nokogiri (1.16.7) + nio4r (2.7.4) + nokogiri (1.16.8) mini_portile2 (~> 2.8.2) racc (~> 1.4) - pry (0.14.2) + pry (0.15.0) coderay (~> 1.1) method_source (~> 1.0) - psych (5.1.2) + psych (5.2.1) + date stringio racc (1.8.1) - rack (3.1.7) + rack (3.1.8) rack-session (2.0.0) rack (>= 3.0.0) rack-test (2.1.0) rack (>= 1.3) - rackup (2.1.0) + rackup (2.2.1) rack (>= 3) - webrick (~> 1.8) - rails (7.2.1) - actioncable (= 7.2.1) - actionmailbox (= 7.2.1) - actionmailer (= 7.2.1) - actionpack (= 7.2.1) - actiontext (= 7.2.1) - actionview (= 7.2.1) - activejob (= 7.2.1) - activemodel (= 7.2.1) - activerecord (= 7.2.1) - activestorage (= 7.2.1) - activesupport (= 7.2.1) + rails (8.0.0) + actioncable (= 8.0.0) + actionmailbox (= 8.0.0) + actionmailer (= 8.0.0) + actionpack (= 8.0.0) + actiontext (= 8.0.0) + actionview (= 8.0.0) + activejob (= 8.0.0) + activemodel (= 8.0.0) + activerecord (= 8.0.0) + activestorage (= 8.0.0) + activesupport (= 8.0.0) bundler (>= 1.15.0) - railties (= 7.2.1) + railties (= 8.0.0) rails-dom-testing (2.2.0) activesupport (>= 5.0.0) minitest nokogiri (>= 1.6) - rails-html-sanitizer (1.6.0) + rails-html-sanitizer (1.6.1) loofah (~> 2.21) - nokogiri (~> 1.14) - railties (7.2.1) - actionpack (= 7.2.1) - activesupport (= 7.2.1) + nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) + railties (8.0.0) + actionpack (= 8.0.0) + activesupport (= 8.0.0) irb (~> 1.13) rackup (>= 1.0.0) rake (>= 12.2) thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rake (13.2.1) - rdoc (6.7.0) + rdoc (6.8.1) psych (>= 4.0.0) - reline (0.5.10) + reline (0.5.12) io-console (~> 0.5) sassc (2.4.0) ffi (~> 1.9) @@ -184,7 +186,7 @@ GEM sprockets (> 3.0) sprockets-rails tilt - securerandom (0.3.1) + securerandom (0.4.0) sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) @@ -192,18 +194,18 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - stringio (3.1.1) + stringio (3.1.2) thor (1.3.2) tilt (2.4.0) - timeout (0.4.1) + timeout (0.4.2) tzinfo (2.0.6) concurrent-ruby (~> 1.0) - useragent (0.16.10) - webrick (1.8.2) + uri (1.0.2) + useragent (0.16.11) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS ruby From 5c4a15d3eef6063a5d4670526c4f34e4e69bfdaf Mon Sep 17 00:00:00 2001 From: dannye0231 Date: Wed, 4 Dec 2024 13:38:10 -0500 Subject: [PATCH 25/25] v1.7.48 release --- Gemfile.lock | 2 +- lib/payment_icons/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c3fa129fd..fef32c352 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - payment_icons (1.7.47) + payment_icons (1.7.48) frozen_record railties (>= 5.0) sassc-rails diff --git a/lib/payment_icons/version.rb b/lib/payment_icons/version.rb index c24c14ce3..8451fdec0 100644 --- a/lib/payment_icons/version.rb +++ b/lib/payment_icons/version.rb @@ -1,3 +1,3 @@ module PaymentIcons - VERSION = "1.7.47" + VERSION = "1.7.48" end