Skip to content

Commit e449b96

Browse files
authored
Merge pull request #2496 from ruby/update-rubocop-on-rbs
Update rubocop-on-rbs
2 parents 1b186a3 + f6b8f7e commit e449b96

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ GEM
112112
diff-lcs (>= 1.2.0, < 2.0)
113113
rspec-support (~> 3.13.0)
114114
rspec-support (3.13.3)
115-
rubocop (1.75.5)
115+
rubocop (1.75.6)
116116
json (~> 2.3)
117117
language_server-protocol (~> 3.17.0.2)
118118
lint_roller (~> 1.1.0)
@@ -126,7 +126,7 @@ GEM
126126
rubocop-ast (1.44.1)
127127
parser (>= 3.3.7.2)
128128
prism (~> 1.4)
129-
rubocop-on-rbs (1.6.0)
129+
rubocop-on-rbs (1.7.0)
130130
lint_roller (~> 1.1)
131131
rbs (~> 3.5)
132132
rubocop (>= 1.72.1, < 2.0)

stdlib/ripper/0/ripper.rbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -911,6 +911,7 @@ class Ripper
911911

912912
class CompileError < Error
913913
end
914+
914915
class Error < StandardError
915916
end
916917

@@ -927,6 +928,7 @@ class Ripper
927928

928929
def match: (?untyped n) -> untyped
929930
end
931+
930932
class MatchError < Error
931933
end
932934
alias self.compile self.new
@@ -949,6 +951,7 @@ class Ripper
949951

950952
def map_tokens: (untyped tokens) -> untyped
951953
end
954+
952955
interface _Gets
953956
def gets: (?String sep, ?Integer limit) -> String?
954957
end

0 commit comments

Comments
 (0)