diff --git a/Gemfile b/Gemfile index aa384020..1b987215 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ group :development do gem "rubocop-disable_syntax", require: false gem "rubocop-performance", require: false gem "rubocop-rails", require: false - gem "standard", "1.32.0", require: false + gem "standard", "1.32.1", require: false gem "brakeman", require: false gem "fasterer", require: false gem "bundler-audit", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 251f1b92..6294eb00 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -289,7 +289,7 @@ GEM sshkit (1.21.6) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) - standard (1.32.0) + standard (1.32.1) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) rubocop (~> 1.57.2) @@ -346,7 +346,7 @@ DEPENDENCIES simplecov sprockets-rails sshkit - standard (= 1.32.0) + standard (= 1.32.1) tzinfo-data uri (>= 0.12.2)