Skip to content

Commit ca6c1e8

Browse files
horghclaude
andcommitted
Add java platform to Gemfile.lock for JRuby support
This fixes JRuby CI builds which were failing with BUNDLE_FROZEN=true because the lockfile lacked JRuby-compatible gem variants. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6ed9204 commit ca6c1e8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ GEM
88
specs:
99
ast (2.4.3)
1010
json (2.18.0)
11+
json (2.18.0-java)
1112
language_server-protocol (3.17.0.5)
1213
lint_roller (1.1.0)
1314
minitest (6.0.1)
@@ -18,6 +19,7 @@ GEM
1819
racc
1920
prism (1.7.0)
2021
racc (1.8.1)
22+
racc (1.8.1-java)
2123
rainbow (3.1.1)
2224
rake (13.3.1)
2325
regexp_parser (2.11.3)
@@ -56,6 +58,7 @@ GEM
5658
unicode-emoji (4.2.0)
5759

5860
PLATFORMS
61+
java
5962
ruby
6063
x86_64-linux
6164

0 commit comments

Comments
 (0)