Update dependency rubocop to v1.68.0 #78

Merged
bustikiller merged 2 commits from renovate/rubocop-1.x-lockfile into main 2024-11-01 01:40:12 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit d2b5f92636 - 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