Skip to content

Commit 4ad6d60

Browse files
justin808claude
andcommitted
Fix Ruby version in Gemfile.lock to 3.4.6p62
Update RUBY VERSION in Gemfile.lock from 3.4.3p32 to 3.4.6p62 to match the Ruby version specified in Gemfile and .ruby-version. This fixes the CI error: ``` Bundler is unlocking ruby, but the lockfile can't be updated because frozen mode is set ``` 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 4beedac commit 4ad6d60

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
@@ -534,7 +534,7 @@ DEPENDENCIES
534534
web-console
535535

536536
RUBY VERSION
537-
ruby 3.4.3p32
537+
ruby 3.4.6p62
538538

539539
BUNDLED WITH
540540
2.7.2

0 commit comments

Comments
 (0)