Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 167bba3

Browse filesBrowse files
authored
Merge pull request #85 from github/dependabot/bundler/rubocop-1.54.0
Update rubocop requirement from = 1.53.0 to = 1.54.0
2 parents 5e1889f + 5cb8b94 commit 167bba3
Copy full SHA for 167bba3

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

‎Gemfile.lock

Copy file name to clipboardExpand all lines: Gemfile.lock
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ GEM
6666
rake (13.0.6)
6767
regexp_parser (2.8.1)
6868
rexml (3.2.5)
69-
rubocop (1.53.0)
69+
rubocop (1.54.0)
7070
json (~> 2.3)
7171
language_server-protocol (>= 3.17.0)
7272
parallel (~> 1.10)
@@ -106,7 +106,7 @@ DEPENDENCIES
106106
minitest (~> 5.18.0)
107107
mocha (~> 2.0.2)
108108
rake (~> 13.0.6)
109-
rubocop (= 1.53.0)
109+
rubocop (= 1.54.0)
110110
rubocop-github (~> 0.20.0)
111111

112112
BUNDLED WITH

‎erblint-github.gemspec

Copy file name to clipboardExpand all lines: erblint-github.gemspec
+1-1Lines 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.0.2"
2222
s.add_development_dependency "rake", "~> 13.0.6"
2323

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.