diff --git a/Gemfile b/Gemfile index dd95942a..7fad32b0 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 8496d189..bc9a9d2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -279,7 +279,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) @@ -336,7 +336,7 @@ DEPENDENCIES rubocop-rails simplecov sshkit - standard (= 1.32.0) + standard (= 1.32.1) tzinfo-data uri (>= 0.12.2)