Skip to content

Commit 3e35d71

Browse files
Bump rubocop from 1.86.0 to 1.86.1
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.86.0 to 1.86.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.86.0...v1.86.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8adb44 commit 3e35d71

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem "rake", "~> 13.4"
99

1010
gem "rspec", "~> 3.0"
1111

12-
gem "rubocop", "~> 1.7"
12+
gem "rubocop", "~> 1.86"
1313

1414
gem "pry"
1515

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ GEM
5353
diff-lcs (>= 1.2.0, < 2.0)
5454
rspec-support (~> 3.13.0)
5555
rspec-support (3.13.7)
56-
rubocop (1.86.0)
56+
rubocop (1.86.1)
5757
json (~> 2.3)
5858
language_server-protocol (~> 3.17.0.2)
5959
lint_roller (~> 1.1.0)
60-
parallel (~> 1.10)
60+
parallel (>= 1.10)
6161
parser (>= 3.3.0.2)
6262
rainbow (>= 2.2.2, < 4.0)
6363
regexp_parser (>= 2.9.3, < 3.0)
@@ -88,7 +88,7 @@ DEPENDENCIES
8888
pry
8989
rake (~> 13.4)
9090
rspec (~> 3.0)
91-
rubocop (~> 1.7)
91+
rubocop (~> 1.86)
9292
simplecov
9393

9494
BUNDLED WITH

0 commit comments

Comments
 (0)