Skip to content

Commit

Permalink
Merge pull request #5583 from dependabot/jeffwidman-patch-1
Browse files Browse the repository at this point in the history
Fix typo: `requiers` -> `requires`
  • Loading branch information
jeffwidman authored Aug 24, 2022
2 parents c00c019 + 6c1d9b6 commit 69f0121
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
end
end

context "with a dependency that requiers bundler v1", :bundler_v1_only do
context "with a dependency that requires bundler v1", :bundler_v1_only do
let(:dependency_name) { "guard-bundler" }
let(:requirement_string) { "2.2.1" }

Expand Down

0 comments on commit 69f0121

Please sign in to comment.