Skip to content

Commit ec96fae

Browse files
build(deps-dev): update rubocop-github requirement from ~> 0.20.0 to ~> 0.22.0
Updates the requirements on [rubocop-github](https://github.com/github/rubocop-github) to permit the latest version. - [Release notes](https://github.com/github/rubocop-github/releases) - [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md) - [Commits](github/rubocop-github@v0.20.0...v0.22.0) --- updated-dependencies: - dependency-name: rubocop-github dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ec883a9 commit ec96fae

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

Gemfile.lock

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ GEM
5454
json (2.10.1)
5555
language_server-protocol (3.17.0.4)
5656
lint_roller (1.1.0)
57-
logger (1.6.5)
57+
logger (1.6.6)
5858
loofah (2.24.0)
5959
crass (~> 1.0.2)
6060
nokogiri (>= 1.12.0)
@@ -71,7 +71,7 @@ GEM
7171
ast (~> 2.4.1)
7272
racc
7373
racc (1.8.1)
74-
rack (3.0.12)
74+
rack (3.1.10)
7575
rails-dom-testing (2.2.0)
7676
activesupport (>= 5.0.0)
7777
minitest
@@ -95,17 +95,20 @@ GEM
9595
unicode-display_width (>= 2.4.0, < 4.0)
9696
rubocop-ast (1.38.0)
9797
parser (>= 3.3.1.0)
98-
rubocop-github (0.20.0)
98+
rubocop-github (0.22.0)
9999
rubocop (>= 1.37)
100100
rubocop-performance (>= 1.15)
101101
rubocop-rails (>= 2.17)
102-
rubocop-performance (1.16.0)
103-
rubocop (>= 1.7.0, < 2.0)
104-
rubocop-ast (>= 0.4.0)
105-
rubocop-rails (2.17.4)
102+
rubocop-performance (1.24.0)
103+
lint_roller (~> 1.1)
104+
rubocop (>= 1.72.1, < 2.0)
105+
rubocop-ast (>= 1.38.0, < 2.0)
106+
rubocop-rails (2.30.1)
106107
activesupport (>= 4.2.0)
108+
lint_roller (~> 1.1)
107109
rack (>= 1.1)
108-
rubocop (>= 1.33.0, < 2.0)
110+
rubocop (>= 1.72.1, < 2.0)
111+
rubocop-ast (>= 1.38.0, < 2.0)
109112
ruby-progressbar (1.13.0)
110113
ruby2_keywords (0.0.5)
111114
securerandom (0.3.2)
@@ -126,7 +129,7 @@ DEPENDENCIES
126129
mocha (~> 2.7.0)
127130
rake (~> 13.2.1)
128131
rubocop (= 1.72.1)
129-
rubocop-github (~> 0.20.0)
132+
rubocop-github (~> 0.22.0)
130133

131134
BUNDLED WITH
132135
2.3.26

erblint-github.gemspec

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

2424
s.add_development_dependency "rubocop", "= 1.72.1"
25-
s.add_development_dependency "rubocop-github", "~> 0.20.0"
25+
s.add_development_dependency "rubocop-github", "~> 0.22.0"
2626
s.metadata["rubygems_mfa_required"] = "true"
2727

2828
s.executables << "erblint-disable"

0 commit comments

Comments
 (0)