From d703f36471b7599a8fe386b402c609f29b0eb6db Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 12 Apr 2023 06:12:33 +0000
Subject: [PATCH 1/4] Bump nokogiri from 1.13.10 to 1.14.3

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.10 to 1.14.3.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.10...v1.14.3)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Gemfile.lock | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index b04fc4c..e645343 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -153,7 +153,7 @@ GEM
     minitest (5.15.0)
     msgpack (1.4.4)
     nio4r (2.5.8)
-    nokogiri (1.14.0)
+    nokogiri (1.14.3)
       mini_portile2 (~> 2.8.0)
       racc (~> 1.4)
     parallel (1.21.0)

From 8ebddb48f4aea53a87537e2086c3c01edb0ec912 Mon Sep 17 00:00:00 2001
From: Marcelo Toledo <marcelotoledo5000@gmail.com>
Date: Mon, 4 Nov 2024 17:45:16 -0300
Subject: [PATCH 2/4] Update ruby.yml

---
 .github/workflows/ruby.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml
index bc3b61e..6c80717 100644
--- a/.github/workflows/ruby.yml
+++ b/.github/workflows/ruby.yml
@@ -20,7 +20,7 @@ jobs:
         options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v4
 
     - name: Set up Ruby version specified in `.ruby-version`
       uses: eregon/use-ruby-action@master

From 9eea0583c9ec0c2f704fd18ac1570fd11c2e375f Mon Sep 17 00:00:00 2001
From: Marcelo Toledo <marcelotoledo5000@gmail.com>
Date: Mon, 4 Nov 2024 17:45:20 -0300
Subject: [PATCH 3/4] Update database.yml.github

---
 config/database.yml.github | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/database.yml.github b/config/database.yml.github
index 684f23a..625c162 100644
--- a/config/database.yml.github
+++ b/config/database.yml.github
@@ -5,4 +5,4 @@ test:
   host: localhost
   username: postgres
   password: postgres
-  database: my_beers_test
+  database: bank_accounting_test

From 17aa5b910efd0772f3011682d73a0601f5b8ceca Mon Sep 17 00:00:00 2001
From: Marcelo Toledo <marcelotoledo5000@gmail.com>
Date: Mon, 4 Nov 2024 17:45:24 -0300
Subject: [PATCH 4/4] Update README.md

---
 README.md | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 34f46e6..06341bc 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Bank Account
 
-[![codebeat badge][codebeat-badge]][codebeat] [![Maintainability][codeclimate-badge-maintainability]][codeclimate-maintainability] [![Test Coverage][badge-coverage]][coverage] [![Build Status][travis-badge]][travis]
+[![codebeat badge][codebeat-badge]][codebeat] [![Test Coverage][badge-coverage]][coverage]
 
 ## About this project
 
@@ -388,11 +388,5 @@ Bank Account is open source, and we are grateful for
 [codebeat-badge]: https://codebeat.co/badges/679fbc60-4281-4c31-9dd6-f52af0456897
 [codebeat]: https://codebeat.co/projects/github-com-marcelotoledo5000-bank_accounting-master
 
-[codeclimate-badge-maintainability]: https://api.codeclimate.com/v1/badges/e3c3f8ebb8aa2d5e4740/maintainability
-[codeclimate-maintainability]: https://codeclimate.com/github/marcelotoledo5000/bank_accounting/maintainability
-
 [badge-coverage]: https://codecov.io/gh/marcelotoledo5000/bank_accounting/branch/master/graph/badge.svg
 [coverage]: https://codecov.io/gh/marcelotoledo5000/bank_accounting
-
-[travis-badge]: https://travis-ci.com/marcelotoledo5000/bank_accounting.svg?branch=master
-[travis]: https://travis-ci.com/marcelotoledo5000/bank_accounting