Commit 0df73a7
fix: remove duplicate rake and nokogiri deps from Gemfile
rake and nokogiri are declared in both the Gemfile and gemspec with
different version constraints. This causes all Dependabot bundler PRs
to fail CI because Dependabot's Bundler serializes merged
Gemfile+gemspec constraints into the lockfile DEPENDENCIES section,
while CI's Bundler (in frozen mode) expects only the Gemfile
constraints and flags the mismatch.
Remove the duplicate entries from the Gemfile so each gem has a single
source of truth for its constraint (the gemspec). This eliminates the
serialization mismatch regardless of Bundler version.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Signed-off-by: Zack Koppert <zkoppert@github.com>1 parent 052712e commit 0df73a7
2 files changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments