Skip to content

Commit 33d168a

Browse files
Bump rubocop from 1.88.2 to 1.89.0
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.88.2 to 1.89.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.88.2...v1.89.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.89.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dba16c0 commit 33d168a

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
@@ -8,7 +8,7 @@ group :development, :test do
88
gem 'rake', '~> 13.4'
99
gem 'rspec', '~> 3.13'
1010
gem 'rspec_junit_formatter', '~> 0.6.0', require: false
11-
gem 'rubocop', '~> 1.88', require: false
11+
gem 'rubocop', '~> 1.89', require: false
1212
gem 'rubocop-performance', '~> 1.26', require: false
1313
gem 'rubocop-rake', '~> 0.7.1', require: false
1414
gem 'rubocop-rspec', '~> 3.10', require: false

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GEM
1717
csv
1818
mini_mime (>= 1.0.0)
1919
multi_xml (>= 0.5.2)
20-
json (2.21.1)
20+
json (2.21.2)
2121
language_server-protocol (3.17.0.6)
2222
lint_roller (1.1.0)
2323
mini_mime (1.1.5)
@@ -51,7 +51,7 @@ GEM
5151
rspec-support (3.13.7)
5252
rspec_junit_formatter (0.6.0)
5353
rspec-core (>= 2, < 4, != 2.12.0)
54-
rubocop (1.88.2)
54+
rubocop (1.89.0)
5555
json (~> 2.3)
5656
language_server-protocol (~> 3.17.0.2)
5757
lint_roller (~> 1.1.0)
@@ -96,7 +96,7 @@ DEPENDENCIES
9696
rake (~> 13.4)
9797
rspec (~> 3.13)
9898
rspec_junit_formatter (~> 0.6.0)
99-
rubocop (~> 1.88)
99+
rubocop (~> 1.89)
100100
rubocop-performance (~> 1.26)
101101
rubocop-rake (~> 0.7.1)
102102
rubocop-rspec (~> 3.10)

0 commit comments

Comments
 (0)