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 ad64dee

Browse filesBrowse files
Update rubocop requirement from = 1.58.0 to = 1.59.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.58.0...v1.59.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 8c64d41 commit ad64dee
Copy full SHA for ad64dee

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
@@ -38,7 +38,7 @@ GEM
3838
erubi (1.12.0)
3939
i18n (1.14.1)
4040
concurrent-ruby (~> 1.0)
41-
json (2.7.0)
41+
json (2.7.1)
4242
language_server-protocol (3.17.0.3)
4343
loofah (2.21.3)
4444
crass (~> 1.0.2)
@@ -50,7 +50,7 @@ GEM
5050
nokogiri (1.15.4)
5151
mini_portile2 (~> 2.8.2)
5252
racc (~> 1.4)
53-
parallel (1.23.0)
53+
parallel (1.24.0)
5454
parser (3.2.2.4)
5555
ast (~> 2.4.1)
5656
racc
@@ -65,9 +65,9 @@ GEM
6565
nokogiri (~> 1.14)
6666
rainbow (3.1.1)
6767
rake (13.1.0)
68-
regexp_parser (2.8.2)
68+
regexp_parser (2.8.3)
6969
rexml (3.2.6)
70-
rubocop (1.58.0)
70+
rubocop (1.59.0)
7171
json (~> 2.3)
7272
language_server-protocol (>= 3.17.0)
7373
parallel (~> 1.10)
@@ -107,7 +107,7 @@ DEPENDENCIES
107107
minitest (~> 5.20.0)
108108
mocha (~> 2.1.0)
109109
rake (~> 13.1.0)
110-
rubocop (= 1.58.0)
110+
rubocop (= 1.59.0)
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.58.0"
24+
s.add_development_dependency "rubocop", "= 1.59.0"
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.