Commit d5cfe4f
Edgar Hernandez
Remove the Gemfile.lock from the gem files (#12)
The Gemfile.lock was removed in #11 but it was missed to be removed from the files being included in the released gem. This is breaking our integration tests and it is still attempting to publish the removed file as part of the gem.
`make pr` did not fail as it runs `bundler init` before running the unit and smoke tests.
On a clean branch, running `make integ-tests` reproduces the failure.1 parent 92007b1 commit d5cfe4f
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| |||
0 commit comments