From 305d39129a812deef3b7ece7a6d26ef34518c9d0 Mon Sep 17 00:00:00 2001 From: "Tj (bougyman) Vanderpoel" Date: Thu, 11 Apr 2024 00:36:03 -0400 Subject: [PATCH] Updates dependencies, ignores vendor/bundle --- .gitignore | 1 + Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f6216f2..2964d42 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /spec/reports/ /tmp/ *.gem +vendor/bundle diff --git a/Gemfile.lock b/Gemfile.lock index 0780a53..64d4435 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - namespacer-rb (0.1.3) + namespacer-rb (0.1.4) parser (~> 3) tty-command (~> 0.10) unparser (~> 0.6) @@ -50,9 +50,9 @@ GEM rubocop-minitest (0.35.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-performance (1.20.2) + rubocop-performance (1.21.0) rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) ruby-progressbar (1.13.0)