From 2d82c9fbc3e7a5f0e5826fb2154ed29904523b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:33:57 +0000 Subject: [PATCH] chore(deps): bump rubocop from 1.55.1 to 1.57.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.55.1 to 1.57.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.55.1...v1.57.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 5c09305..330d903 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "coderay", "~> 1.1" gem "rack-test", "~> 1.1" gem "rake", "~> 13.0" gem "rspec", "~> 3.12" -gem "rubocop", "~> 1.55" +gem "rubocop", "~> 1.57" gem "sequel", "~> 5.71" gem "simplecov", "~> 0.21" gem "sinatra", "~> 3.0" diff --git a/Gemfile.lock b/Gemfile.lock index bba1154..6ec2aef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,6 +7,7 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) + base64 (0.1.1) coderay (1.1.3) diff-lcs (1.5.0) docile (1.4.0) @@ -15,7 +16,7 @@ GEM mustermann (3.0.0) ruby2_keywords (~> 0.0.1) parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc racc (1.7.1) @@ -26,7 +27,7 @@ GEM rack (>= 1.0, < 3) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.8.1) + regexp_parser (2.8.2) rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -41,11 +42,12 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) - rubocop (1.55.1) + rubocop (1.57.1) + base64 (~> 0.1.1) 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) @@ -70,7 +72,7 @@ GEM tilt (~> 2.0) sqlite3 (1.4.2) tilt (2.2.0) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) webrick (1.8.1) PLATFORMS @@ -82,7 +84,7 @@ DEPENDENCIES rack-test (~> 1.1) rake (~> 13.0) rspec (~> 3.12) - rubocop (~> 1.55) + rubocop (~> 1.57) sequel (~> 5.71) simplecov (~> 0.21) sinatra (~> 3.0)