Skip to content

Commit 6a88b1b

Browse files
Bump rubocop from 1.55.1 to 1.56.0 (#2807)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.55.1 to 1.56.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.55.1...v1.56.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f7146f0 commit 6a88b1b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gemspec
88
gem 'minitest', '5.19.0'
99
gem 'pry', '0.14.2'
1010
gem 'rake', '13.0.6'
11-
gem 'rubocop', '1.55.1'
11+
gem 'rubocop', '1.56.0'
1212
gem 'rubocop-minitest', '0.31.0'
1313
gem 'rubocop-rake', '0.6.0'
1414
gem 'simplecov', '0.22.0'

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ GEM
88
remote: https://rubygems.org/
99
specs:
1010
ast (2.4.2)
11+
base64 (0.1.1)
1112
coderay (1.1.3)
1213
concurrent-ruby (1.2.2)
1314
docile (1.4.0)
@@ -30,7 +31,8 @@ GEM
3031
rake (13.0.6)
3132
regexp_parser (2.8.1)
3233
rexml (3.2.6)
33-
rubocop (1.55.1)
34+
rubocop (1.56.0)
35+
base64 (~> 0.1.1)
3436
json (~> 2.3)
3537
language_server-protocol (>= 3.17.0)
3638
parallel (~> 1.10)
@@ -68,7 +70,7 @@ DEPENDENCIES
6870
minitest (= 5.19.0)
6971
pry (= 0.14.2)
7072
rake (= 13.0.6)
71-
rubocop (= 1.55.1)
73+
rubocop (= 1.56.0)
7274
rubocop-minitest (= 0.31.0)
7375
rubocop-rake (= 0.6.0)
7476
simplecov (= 0.22.0)

0 commit comments

Comments
 (0)