Update dependency rails to v7.2.2 #77

Merged
bustikiller merged 2 commits from renovate/rails-7.x-lockfile into main 2024-11-01 01:36:42 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 7c0a525c64 - Show all commits

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
FactoryBot.define do
factory :expense do
sequence(:name) { |i| "Expense #{i}" }

View File

@ -1,3 +1,5 @@
# Copyright (C) 2024 Manuel Bustillo
require 'rails_helper'
module Expenses