Skip to content

Commit 16125ec

Browse files
Bump rubocop from 1.55.1 to 1.56.0
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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f96c42 commit 16125ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: Gemfile.lock

+3-1
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
docile (1.4.0)
1213
json (2.6.3)
1314
language_server-protocol (3.17.0.3)
@@ -22,7 +23,8 @@ GEM
2223
rake (13.0.6)
2324
regexp_parser (2.8.1)
2425
rexml (3.2.6)
25-
rubocop (1.55.1)
26+
rubocop (1.56.0)
27+
base64 (~> 0.1.1)
2628
json (~> 2.3)
2729
language_server-protocol (>= 3.17.0)
2830
parallel (~> 1.10)

0 commit comments

Comments
 (0)