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 61663b0

Browse filesBrowse files
Merge pull request #113 from github/dependabot/bundler/rubocop-1.57.1
Update rubocop requirement from = 1.56.4 to = 1.57.1
2 parents 5653709 + df7f4b1 commit 61663b0
Copy full SHA for 61663b0

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
@@ -52,7 +52,7 @@ GEM
5252
mini_portile2 (~> 2.8.2)
5353
racc (~> 1.4)
5454
parallel (1.23.0)
55-
parser (3.2.2.3)
55+
parser (3.2.2.4)
5656
ast (~> 2.4.1)
5757
racc
5858
racc (1.7.1)
@@ -66,14 +66,14 @@ GEM
6666
nokogiri (~> 1.14)
6767
rainbow (3.1.1)
6868
rake (13.0.6)
69-
regexp_parser (2.8.1)
69+
regexp_parser (2.8.2)
7070
rexml (3.2.6)
71-
rubocop (1.56.4)
71+
rubocop (1.57.1)
7272
base64 (~> 0.1.1)
7373
json (~> 2.3)
7474
language_server-protocol (>= 3.17.0)
7575
parallel (~> 1.10)
76-
parser (>= 3.2.2.3)
76+
parser (>= 3.2.2.4)
7777
rainbow (>= 2.2.2, < 4.0)
7878
regexp_parser (>= 1.8, < 3.0)
7979
rexml (>= 3.2.5, < 4.0)
@@ -109,7 +109,7 @@ DEPENDENCIES
109109
minitest (~> 5.20.0)
110110
mocha (~> 2.1.0)
111111
rake (~> 13.0.6)
112-
rubocop (= 1.56.4)
112+
rubocop (= 1.57.1)
113113
rubocop-github (~> 0.20.0)
114114

115115
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.0.6"
2323

24-
s.add_development_dependency "rubocop", "= 1.56.4"
24+
s.add_development_dependency "rubocop", "= 1.57.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.