Skip to content

Commit 876025e

Browse files
justin808claude
andcommitted
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ GEM
163163
fiber-storage
164164
fiber-storage (1.0.1)
165165
fileutils (1.8.0)
166-
gem-release (2.2.2)
166+
gem-release (2.2.4)
167167
generator_spec (0.10.0)
168168
activesupport (>= 3.0.0)
169169
railties (>= 3.0.0)

0 commit comments

Comments
 (0)