Skip to content

Commit d04f245

Browse files
author
Alex Evanczuk
authored
Bump parse_packwerk (#18)
* Bump parse packwerk -n * add bust cache for parse packwerk
1 parent 3277987 commit d04f245

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GEM
1515
coderay (1.1.3)
1616
diff-lcs (1.4.4)
1717
method_source (1.0.0)
18-
parse_packwerk (0.11.0)
18+
parse_packwerk (0.12.0)
1919
sorbet-runtime
2020
parser (3.1.2.0)
2121
ast (~> 2.4.1)
Lines changed: 37 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec/spec_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
config.before do
3232
CodeOwnership.bust_caches!
3333
CodeTeams.bust_caches!
34+
ParsePackwerk.bust_cache!
3435
allow(CodeTeams::Plugin).to receive(:registry).and_return({})
3536
end
3637
end

0 commit comments

Comments
 (0)