Skip to content

Commit 10996d4

Browse files
[dependabot]: Bump rubocop from 1.84.0 to 1.84.2
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.84.0 to 1.84.2. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.84.0...v1.84.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.84.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5da3456 commit 10996d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem 'pry'
1010
gem 'rack-test'
1111
gem 'rake'
1212
gem 'rspec'
13-
gem 'rubocop', '1.84.1'
13+
gem 'rubocop', '1.84.2'
1414
gem 'rubocop-rake'
1515
gem 'rubocop-rspec'
1616

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ GEM
7575
diff-lcs (>= 1.2.0, < 2.0)
7676
rspec-support (~> 3.13.0)
7777
rspec-support (3.13.7)
78-
rubocop (1.84.1)
78+
rubocop (1.84.2)
7979
json (~> 2.3)
8080
language_server-protocol (~> 3.17.0.2)
8181
lint_roller (~> 1.1.0)
@@ -122,7 +122,7 @@ DEPENDENCIES
122122
rack-test
123123
rake
124124
rspec
125-
rubocop (= 1.84.1)
125+
rubocop (= 1.84.2)
126126
rubocop-rake
127127
rubocop-rspec
128128

0 commit comments

Comments
 (0)