Commit 876025e
Update gem-release to 2.2.4 to fix Bundler error
CI Error:
Could not find gem-release-2.2.2 in locally installed gems
(Bundler::GemNotFound)
Root Cause:
Gemfile.lock specified gem-release 2.2.2, but CI environment had a
different version installed, causing Bundler to fail when trying to
exec rspec.
Solution:
Run bundle update gem-release to update Gemfile.lock to 2.2.4.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 08333ad commit 876025e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments