Skip to content

Commit 4e318a3

Browse files
authored
Merge pull request #428 from buty4649/dependabot/bundler/rubocop-1.84.1
build(deps-dev): bump rubocop from 1.82.1 to 1.84.1
2 parents 8e7eed4 + 783bc06 commit 4e318a3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ GEM
5454
parallel (1.27.0)
5555
parallel_tests (5.5.0)
5656
parallel
57-
parser (3.3.10.0)
57+
parser (3.3.10.1)
5858
ast (~> 2.4.1)
5959
racc
60-
prism (1.8.0)
60+
prism (1.9.0)
6161
proc_to_ast (0.2.0)
6262
parser
6363
rouge
@@ -92,15 +92,15 @@ GEM
9292
binding_of_caller
9393
rspec-parameterized-core (>= 2, < 3)
9494
rspec-support (3.13.6)
95-
rubocop (1.82.1)
95+
rubocop (1.84.1)
9696
json (~> 2.3)
9797
language_server-protocol (~> 3.17.0.2)
9898
lint_roller (~> 1.1.0)
9999
parallel (~> 1.10)
100100
parser (>= 3.3.0.2)
101101
rainbow (>= 2.2.2, < 4.0)
102102
regexp_parser (>= 2.9.3, < 3.0)
103-
rubocop-ast (>= 1.48.0, < 2.0)
103+
rubocop-ast (>= 1.49.0, < 2.0)
104104
ruby-progressbar (~> 1.7)
105105
unicode-display_width (>= 2.4.0, < 4.0)
106106
rubocop-ast (1.49.0)

spec/support/aruba.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def rf_path
1414
../../build/bin/rf
1515
../../build/bin/rf.exe
1616
].map { |path| File.expand_path(path, __dir__) }
17-
.find { |path| File.exist?(path) }
17+
.find { |path| File.exist?(path) }
1818
end
1919

2020
def run_rf(args, input = nil)

0 commit comments

Comments
 (0)