From 967a8c2c31db067de192a4f40c194cd6ffd8cef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 00:02:59 +0000 Subject: [PATCH] Bump standard from 1.31.2 to 1.32.0 Bumps [standard](https://github.com/standardrb/standard) from 1.31.2 to 1.32.0. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](https://github.com/standardrb/standard/compare/v1.31.2...v1.32.0) --- updated-dependencies: - dependency-name: standard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 82b2846..c95469a 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source "https://rubygems.org" gemspec gem "rake", "~> 13.1" -gem "standard", "~> 1.31" +gem "standard", "~> 1.32" group :test do gem "rspec", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 61de887..861e19f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM fiber-annotation io-event (~> 1.1) timers (~> 4.1) - base64 (0.1.1) + base64 (0.2.0) concurrent-ruby (1.1.10) console (1.23.2) fiber-annotation @@ -63,7 +63,7 @@ GEM ast (~> 2.4.1) racc public_suffix (5.0.3) - racc (1.7.2) + racc (1.7.3) rainbow (3.1.1) rake (13.1.0) regexp_parser (2.8.2) @@ -81,12 +81,11 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.56.4) - base64 (~> 0.1.1) + rubocop (1.57.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -116,10 +115,10 @@ GEM faraday-multipart gli hashie - standard (1.31.2) + standard (1.32.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) - rubocop (~> 1.56.4) + rubocop (~> 1.57.2) standard-custom (~> 1.0.0) standard-performance (~> 1.2) standard-custom (1.0.2) @@ -145,7 +144,7 @@ DEPENDENCIES rake (~> 13.1) rspec (~> 3.0) simplecov - standard (~> 1.31) + standard (~> 1.32) timecop webmock