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 e6a1e1e

Browse filesBrowse files
Update rubocop requirement from = 1.59.0 to = 1.60.1
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.59.0...v1.60.1) --- 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 79e7ec0 commit e6a1e1e
Copy full SHA for e6a1e1e

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+6
-6
lines changed

‎Gemfile.lock

Copy file name to clipboardExpand all lines: Gemfile.lock
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ GEM
5151
mini_portile2 (~> 2.8.2)
5252
racc (~> 1.4)
5353
parallel (1.24.0)
54-
parser (3.2.2.4)
54+
parser (3.3.0.5)
5555
ast (~> 2.4.1)
5656
racc
5757
racc (1.7.3)
@@ -65,13 +65,13 @@ GEM
6565
nokogiri (~> 1.14)
6666
rainbow (3.1.1)
6767
rake (13.1.0)
68-
regexp_parser (2.8.3)
68+
regexp_parser (2.9.0)
6969
rexml (3.2.6)
70-
rubocop (1.59.0)
70+
rubocop (1.60.1)
7171
json (~> 2.3)
7272
language_server-protocol (>= 3.17.0)
7373
parallel (~> 1.10)
74-
parser (>= 3.2.2.4)
74+
parser (>= 3.3.0.2)
7575
rainbow (>= 2.2.2, < 4.0)
7676
regexp_parser (>= 1.8, < 3.0)
7777
rexml (>= 3.2.5, < 4.0)
@@ -107,7 +107,7 @@ DEPENDENCIES
107107
minitest (~> 5.21.1)
108108
mocha (~> 2.1.0)
109109
rake (~> 13.1.0)
110-
rubocop (= 1.59.0)
110+
rubocop (= 1.60.1)
111111
rubocop-github (~> 0.20.0)
112112

113113
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.1.0"
2222
s.add_development_dependency "rake", "~> 13.1.0"
2323

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

0 commit comments

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