From b75ebc1f4f8e5a773059c53bb41d91706aff0dac Mon Sep 17 00:00:00 2001 From: kevinverschoor <61683999+kevinverschoor@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:30:29 +0200 Subject: [PATCH 01/41] Add Zustaina Logo --- app/assets/images/payment_icons/zustaina.svg | 1 + db/payment_icons.yml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 app/assets/images/payment_icons/zustaina.svg diff --git a/app/assets/images/payment_icons/zustaina.svg b/app/assets/images/payment_icons/zustaina.svg new file mode 100644 index 000000000..ad33e5743 --- /dev/null +++ b/app/assets/images/payment_icons/zustaina.svg @@ -0,0 +1 @@ +Zustaina \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index bb1bcd3bc..f3d635903 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2282,3 +2282,7 @@ name: payrexxbanktransfer label: Payrexx Bank Transfer group: bank_transfers +- + name: zustaina + label: Zustaina + group: other From 69102d6c9320e1a5edebf801de0f66aaf41b3d9a Mon Sep 17 00:00:00 2001 From: kevinverschoor <61683999+kevinverschoor@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:41:53 +0200 Subject: [PATCH 02/41] Fix for Figma --- app/assets/images/payment_icons/zustaina.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/zustaina.svg b/app/assets/images/payment_icons/zustaina.svg index ad33e5743..a6fcd6464 100644 --- a/app/assets/images/payment_icons/zustaina.svg +++ b/app/assets/images/payment_icons/zustaina.svg @@ -1 +1 @@ -Zustaina \ No newline at end of file +Zustaina \ No newline at end of file From 642fcfce79a59a1ad26f29e5dfab3f44de07ea08 Mon Sep 17 00:00:00 2001 From: kevinverschoor <61683999+kevinverschoor@users.noreply.github.com> Date: Wed, 5 Jun 2024 16:51:55 +0200 Subject: [PATCH 03/41] Change group to gift_card --- 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 f3d635903..1878936e1 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2285,4 +2285,4 @@ - name: zustaina label: Zustaina - group: other + group: gift_card From aaa92f2bcca59d9af08fee6baaa2b10f6c3207b0 Mon Sep 17 00:00:00 2001 From: kevinverschoor <61683999+kevinverschoor@users.noreply.github.com> Date: Fri, 19 Jul 2024 11:01:57 +0200 Subject: [PATCH 04/41] Revert group --- 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 d31a7544d..561e04add 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2313,7 +2313,7 @@ - name: zustaina label: Zustaina - group: gift_card + group: other - name: bancoazteca label: Banco Azteca From e6600f6818bac7c1c8fe9361047920abc81e9e9e Mon Sep 17 00:00:00 2001 From: Emanuele Coppola Date: Tue, 13 Aug 2024 13:28:57 +0000 Subject: [PATCH 05/41] New Satispay icon --- app/assets/images/payment_icons/satispay.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/satispay.svg b/app/assets/images/payment_icons/satispay.svg index e46aeb074..7c64b5533 100644 --- a/app/assets/images/payment_icons/satispay.svg +++ b/app/assets/images/payment_icons/satispay.svg @@ -1 +1 @@ -Satispay \ No newline at end of file +Satispay \ No newline at end of file From 066a054e50d2b283375070a0d141ff9fe1c26fac Mon Sep 17 00:00:00 2001 From: kevinverschoor <61683999+kevinverschoor@users.noreply.github.com> Date: Thu, 29 Aug 2024 12:08:08 +0200 Subject: [PATCH 06/41] Update Riverty Logo to new Logo --- app/assets/images/payment_icons/rivertypaynlversion.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/rivertypaynlversion.svg b/app/assets/images/payment_icons/rivertypaynlversion.svg index 3bc239bf1..ca188a4dd 100644 --- a/app/assets/images/payment_icons/rivertypaynlversion.svg +++ b/app/assets/images/payment_icons/rivertypaynlversion.svg @@ -1 +1 @@ -Riverty (PAY. version) +Riverty (PAY. version) \ No newline at end of file From 2f1d2f0c956a87d2e5106ef32de5b00311840692 Mon Sep 17 00:00:00 2001 From: Emanuele Coppola Date: Fri, 30 Aug 2024 15:49:45 +0000 Subject: [PATCH 07/41] Add role in Satispay svg --- app/assets/images/payment_icons/satispay.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/satispay.svg b/app/assets/images/payment_icons/satispay.svg index 7c64b5533..196cffabf 100644 --- a/app/assets/images/payment_icons/satispay.svg +++ b/app/assets/images/payment_icons/satispay.svg @@ -1 +1 @@ -Satispay \ No newline at end of file +Satispay \ No newline at end of file From 3636429559d05283f34b9b4cf09b18242a68b47f Mon Sep 17 00:00:00 2001 From: kevinverschoor <61683999+kevinverschoor@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:49:27 +0200 Subject: [PATCH 08/41] Add missing border --- app/assets/images/payment_icons/rivertypaynlversion.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/rivertypaynlversion.svg b/app/assets/images/payment_icons/rivertypaynlversion.svg index ca188a4dd..5857ea89a 100644 --- a/app/assets/images/payment_icons/rivertypaynlversion.svg +++ b/app/assets/images/payment_icons/rivertypaynlversion.svg @@ -1 +1 @@ -Riverty (PAY. version) \ No newline at end of file +Riverty (PAY. version) \ No newline at end of file From 246d6e5af6d447696feabbee26fdbe191fe2c924 Mon Sep 17 00:00:00 2001 From: Fabio Landi Date: Wed, 4 Sep 2024 16:37:26 -0300 Subject: [PATCH 09/41] Added icon and configuration in payment_icons.yml for Codensa --- app/assets/images/payment_icons/codensa.svg | 1 + db/payment_icons.yml | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 app/assets/images/payment_icons/codensa.svg diff --git a/app/assets/images/payment_icons/codensa.svg b/app/assets/images/payment_icons/codensa.svg new file mode 100644 index 000000000..f2aa22c99 --- /dev/null +++ b/app/assets/images/payment_icons/codensa.svg @@ -0,0 +1 @@ +Codensa \ No newline at end of file diff --git a/db/payment_icons.yml b/db/payment_icons.yml index 9a993e950..13cba7345 100644 --- a/db/payment_icons.yml +++ b/db/payment_icons.yml @@ -2322,3 +2322,7 @@ name: venusplcc label: Venus Credit Card group: credit_cards +- + name: codensa + label: Codensa + group: credit_cards \ No newline at end of file From 385d56bf741695ef33c9fab9a79dab195df58ce0 Mon Sep 17 00:00:00 2001 From: kevinverschoor <61683999+kevinverschoor@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:47:43 +0200 Subject: [PATCH 10/41] Center Inner Card --- app/assets/images/payment_icons/rivertypaynlversion.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/rivertypaynlversion.svg b/app/assets/images/payment_icons/rivertypaynlversion.svg index 5857ea89a..3c684f3e1 100644 --- a/app/assets/images/payment_icons/rivertypaynlversion.svg +++ b/app/assets/images/payment_icons/rivertypaynlversion.svg @@ -1 +1 @@ -Riverty (PAY. version) \ No newline at end of file +Riverty (PAY. version) \ No newline at end of file From b54894aa30c873d3dce37aa01528cc3b7a7c6c92 Mon Sep 17 00:00:00 2001 From: Fabio Landi Date: Wed, 11 Sep 2024 21:45:35 -0300 Subject: [PATCH 11/41] Reduced the file size in SVGO --- app/assets/images/payment_icons/codensa.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/codensa.svg b/app/assets/images/payment_icons/codensa.svg index f2aa22c99..17b047d23 100644 --- a/app/assets/images/payment_icons/codensa.svg +++ b/app/assets/images/payment_icons/codensa.svg @@ -1 +1 @@ -Codensa \ No newline at end of file +Codensa \ No newline at end of file From 7d7bdeb2cfd634555f02f5635558523609175dd4 Mon Sep 17 00:00:00 2001 From: cjortuzar Date: Tue, 17 Sep 2024 09:13:36 -0300 Subject: [PATCH 12/41] feat/update-fintoc-icon --- app/assets/images/payment_icons/fintoc.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/images/payment_icons/fintoc.svg b/app/assets/images/payment_icons/fintoc.svg index 609edacf2..af8ac70b5 100644 --- a/app/assets/images/payment_icons/fintoc.svg +++ b/app/assets/images/payment_icons/fintoc.svg @@ -1 +1 @@ -Fintoc \ No newline at end of file +Fintoc \ No newline at end of file From f52b860dbeddf64f6fb4ac0856b385c692c25c8f Mon Sep 17 00:00:00 2001 From: Matt Wagner <73501418+shopiwags@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:33:29 -0400 Subject: [PATCH 13/41] Update ruby version to 3.3 (#1232) * Update ruby version * Update ruby-ci to depend on rails-edge.gemfile for versions lower than 3.2 * Update to latest version of bundler, ruby & gemfile * Remove exclude block for 3.3 & 3.2 --- .github/workflows/ruby-ci.yml | 16 +++------------- .ruby-version | 2 +- Gemfile.lock | 2 +- .../{rails-6-0.gemfile => rails-7-0.gemfile} | 2 +- 4 files changed, 6 insertions(+), 16 deletions(-) rename gemfiles/{rails-6-0.gemfile => rails-7-0.gemfile} (77%) diff --git a/.github/workflows/ruby-ci.yml b/.github/workflows/ruby-ci.yml index afb145f9b..16a4974ed 100644 --- a/.github/workflows/ruby-ci.yml +++ b/.github/workflows/ruby-ci.yml @@ -17,26 +17,16 @@ jobs: strategy: matrix: version: - - 2.6 - - 2.7 - - 3.0 - 3.1 - 3.2 + - 3.3 gemfile: - - gemfiles/rails-6-0.gemfile + - gemfiles/rails-7-0.gemfile - gemfiles/rails-latest-release.gemfile - gemfiles/rails-edge.gemfile exclude: - - version: 2.6 - gemfile: gemfiles/rails-edge.gemfile - - version: 2.7 - gemfile: gemfiles/rails-edge.gemfile - - version: 3.0 - gemfile: gemfiles/rails-6-0.gemfile - version: 3.1 - gemfile: gemfiles/rails-6-0.gemfile - - version: 3.2 - gemfile: gemfiles/rails-6-0.gemfile + gemfile: gemfiles/rails-edge.gemfile steps: - uses: actions/checkout@v3 diff --git a/.ruby-version b/.ruby-version index 7bde84d06..f13c6f452 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.1.2 +ruby-3.3.5 diff --git a/Gemfile.lock b/Gemfile.lock index 2b466a4ba..0e1794ce2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,4 +215,4 @@ DEPENDENCIES rails (>= 5.0) BUNDLED WITH - 2.5.3 + 2.5.20 diff --git a/gemfiles/rails-6-0.gemfile b/gemfiles/rails-7-0.gemfile similarity index 77% rename from gemfiles/rails-6-0.gemfile rename to gemfiles/rails-7-0.gemfile index 46cce4858..f9c0666d4 100644 --- a/gemfiles/rails-6-0.gemfile +++ b/gemfiles/rails-7-0.gemfile @@ -2,5 +2,5 @@ source "https://rubygems.org" gemspec path: '..' -gem 'rails', '~> 6.0.0' +gem 'rails', '~> 7.0.0' gem 'frozen_record', '~> 0.18.0' From 7a9563fcab888a6b116fa5c3957962379c848ce6 Mon Sep 17 00:00:00 2001 From: dannye0231 Date: Wed, 9 Oct 2024 10:07:28 -0400 Subject: [PATCH 14/41] Bump gems for icon release v1.7.46 --- Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0e1794ce2..7594f4b8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,10 +95,10 @@ GEM activemodel globalid (1.2.1) activesupport (>= 6.1) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) io-console (0.7.2) - irb (1.14.0) + irb (1.14.1) rdoc (>= 4.0.0) reline (>= 0.4.2) logger (1.6.1) @@ -174,7 +174,7 @@ GEM rake (13.2.1) rdoc (6.7.0) psych (>= 4.0.0) - reline (0.5.9) + reline (0.5.10) io-console (~> 0.5) sassc (2.4.0) ffi (~> 1.9) @@ -199,7 +199,7 @@ GEM tzinfo (2.0.6) concurrent-ruby (~> 1.0) useragent (0.16.10) - webrick (1.8.1) + webrick (1.8.2) websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) @@ -215,4 +215,4 @@ DEPENDENCIES rails (>= 5.0) BUNDLED WITH - 2.5.20 + 2.5.3 From 307d6f3c1fef1a722a0117f1ad57134f6af45297 Mon Sep 17 00:00:00 2001 From: dannye0231 Date: Wed, 9 Oct 2024 10:16:01 -0400 Subject: [PATCH 15/41] v1.7.46 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 7594f4b8c..3963f7511 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - payment_icons (1.7.45) + payment_icons (1.7.46) frozen_record railties (>= 5.0) sassc-rails diff --git a/lib/payment_icons/version.rb b/lib/payment_icons/version.rb index cd611c6be..f8ba83539 100644 --- a/lib/payment_icons/version.rb +++ b/lib/payment_icons/version.rb @@ -1,3 +1,3 @@ module PaymentIcons - VERSION = "1.7.45" + VERSION = "1.7.46" end From a3e16c74b647bc0850dad00ccda89e2e3f79a594 Mon Sep 17 00:00:00 2001 From: dannye0231 Date: Wed, 9 Oct 2024 10:20:54 -0400 Subject: [PATCH 16/41] v1.7.47 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 3963f7511..ee90bb01c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - payment_icons (1.7.46) + payment_icons (1.7.47) frozen_record railties (>= 5.0) sassc-rails diff --git a/lib/payment_icons/version.rb b/lib/payment_icons/version.rb index f8ba83539..c24c14ce3 100644 --- a/lib/payment_icons/version.rb +++ b/lib/payment_icons/version.rb @@ -1,3 +1,3 @@ module PaymentIcons - VERSION = "1.7.46" + VERSION = "1.7.47" end 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 17/41] 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 18/41] 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 19/41] 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 20/41] 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 21/41] 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 22/41] 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 23/41] 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 24/41] 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 25/41] 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 26/41] 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 27/41] 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 28/41] 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 29/41] 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 30/41] 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 31/41] 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 32/41] 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 33/41] 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 34/41] 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 35/41] 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 36/41] 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 37/41] 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 38/41] 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 39/41] 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 40/41] 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 41/41] 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