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 47b03a1

Browse filesBrowse files
Update rubocop requirement from = 1.49.0 to = 1.51.0
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.49.0...v1.51.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff6878f commit 47b03a1
Copy full SHA for 47b03a1

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
@@ -64,7 +64,7 @@ GEM
6464
rake (13.0.6)
6565
regexp_parser (2.8.0)
6666
rexml (3.2.5)
67-
rubocop (1.49.0)
67+
rubocop (1.51.0)
6868
json (~> 2.3)
6969
parallel (~> 1.10)
7070
parser (>= 3.2.0.0)
@@ -103,7 +103,7 @@ DEPENDENCIES
103103
minitest (~> 5.18.0)
104104
mocha (~> 2.0.2)
105105
rake (~> 13.0.6)
106-
rubocop (= 1.49.0)
106+
rubocop (= 1.51.0)
107107
rubocop-github (~> 0.20.0)
108108

109109
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.49.0"
24+
s.add_development_dependency "rubocop", "= 1.51.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.