Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/bundler/minitest-5.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey authored Jul 31, 2023
2 parents e0be463 + 157857f commit 63bcdef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.8.1)
rexml (3.2.5)
rubocop (1.54.1)
rexml (3.2.6)
rubocop (1.55.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
Expand Down
2 changes: 1 addition & 1 deletion test/validators/command_line_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_file_has_error

assert_equal 2, result[:projects].count

project_with_errors = result[:projects]['_data/projects/error_site_link_url.yml']
project_with_errors = result[:projects]['_data/projects/error_site_link_url.yml']

errors = project_with_errors[:errors]

Expand Down

0 comments on commit 63bcdef

Please sign in to comment.