Skip to content

Commit e46ea28

Browse files
Bump rubocop from 1.75.4 to 1.75.8
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.75.4 to 1.75.8. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.75.4...v1.75.8) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.75.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 898dbd8 commit e46ea28

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'benchmark'
99
gem 'minitest', '5.25.5'
1010
gem 'pry', '0.15.2'
1111
gem 'rake', '13.2.1'
12-
gem 'rubocop', '1.75.4'
12+
gem 'rubocop', '1.75.8'
1313
gem 'rubocop-minitest', '0.38.0'
1414
gem 'rubocop-rake', '0.7.1'
1515
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ GEM
1414
docile (1.4.1)
1515
i18n (1.14.7)
1616
concurrent-ruby (~> 1.0)
17-
json (2.11.3)
18-
language_server-protocol (3.17.0.4)
17+
json (2.12.2)
18+
language_server-protocol (3.17.0.5)
1919
lint_roller (1.1.0)
2020
method_source (1.1.0)
2121
minitest (5.25.5)
@@ -32,7 +32,7 @@ GEM
3232
rainbow (3.1.1)
3333
rake (13.2.1)
3434
regexp_parser (2.10.0)
35-
rubocop (1.75.4)
35+
rubocop (1.75.8)
3636
json (~> 2.3)
3737
language_server-protocol (~> 3.17.0.2)
3838
lint_roller (~> 1.1.0)
@@ -78,7 +78,7 @@ DEPENDENCIES
7878
minitest (= 5.25.5)
7979
pry (= 0.15.2)
8080
rake (= 13.2.1)
81-
rubocop (= 1.75.4)
81+
rubocop (= 1.75.8)
8282
rubocop-minitest (= 0.38.0)
8383
rubocop-rake (= 0.7.1)
8484
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)