Skip to content

Commit d4e0c28

Browse files
Update rubocop requirement from = 1.56.3 to = 1.56.4
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.56.3...v1.56.4) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85c5ece commit d4e0c28

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
rake (13.0.6)
6969
regexp_parser (2.8.1)
7070
rexml (3.2.6)
71-
rubocop (1.56.3)
71+
rubocop (1.56.4)
7272
base64 (~> 0.1.1)
7373
json (~> 2.3)
7474
language_server-protocol (>= 3.17.0)
@@ -98,7 +98,7 @@ GEM
9898
smart_properties (1.17.0)
9999
tzinfo (2.0.6)
100100
concurrent-ruby (~> 1.0)
101-
unicode-display_width (2.4.2)
101+
unicode-display_width (2.5.0)
102102

103103
PLATFORMS
104104
ruby
@@ -109,7 +109,7 @@ DEPENDENCIES
109109
minitest (~> 5.20.0)
110110
mocha (~> 2.1.0)
111111
rake (~> 13.0.6)
112-
rubocop (= 1.56.3)
112+
rubocop (= 1.56.4)
113113
rubocop-github (~> 0.20.0)
114114

115115
BUNDLED WITH

erblint-github.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121
s.add_development_dependency "mocha", "~> 2.1.0"
2222
s.add_development_dependency "rake", "~> 13.0.6"
2323

24-
s.add_development_dependency "rubocop", "= 1.56.3"
24+
s.add_development_dependency "rubocop", "= 1.56.4"
2525
s.add_development_dependency "rubocop-github", "~> 0.20.0"
2626
s.metadata["rubygems_mfa_required"] = "true"
2727

0 commit comments

Comments
 (0)