Skip to content

Commit c39d179

Browse files
justin808claude
andcommitted
Add cross-platform support to Gemfile.lock
Add arm64-darwin and x86_64-linux-gnu platforms to ensure proper gem installation across macOS (ARM) and Linux systems. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 13e2f12 commit c39d179

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,9 +453,11 @@ GEM
453453
zeitwerk (2.7.3)
454454

455455
PLATFORMS
456+
arm64-darwin
456457
arm64-darwin-22
457458
ruby
458459
x86_64-linux
460+
x86_64-linux-gnu
459461

460462
DEPENDENCIES
461463
autoprefixer-rails

0 commit comments

Comments
 (0)