Commit cd72e20
Don't raise when we can't find a Gemfile (#48)
* Handle the case where we can't find a Gemfile without raising
This fixes tests in query_packwerk when run without bundle exec.
Usually this sort of thing is not an issue, so fixing it here prevents
it from causing problem unnecessarily.
* Bump patchlevel to 0.26.1 for bundler fix
* Update lib/parse_packwerk/configuration.rb
Co-authored-by: Ivy Evans <[email protected]>
---------
Co-authored-by: Ivy Evans <[email protected]>1 parent 5399a93 commit cd72e20
File tree
3 files changed
+9
-3
lines changed- lib/parse_packwerk
3 files changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
41 | 47 | | |
42 | 48 | | |
43 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments