Skip to content

Commit e2fe734

Browse files
Omar Qureshiclaude
andcommitted
ci: commit updated Gemfile.lock; drop unreleased rosetta 6.0.x arm
Every Test matrix job passed its tests but failed the final clean-tree check on one line: ruby-runtime-test's Gemfile.lock needs updating because the runtime gemspec's base64 dependency spec changed ('~> 0.2, >= 0.2.0' -> '~> 0.2'). Commit the regenerated lock. pacmak-integration-test (6.0.x) fails with ERESOLVE: there is no stable jsii-rosetta 6.0.x on npm (only 6.0.0-dev.0 under v6.0-next, which satisfies neither the 6.0.x range nor jsii-pacmak's >=5.9.0 peer range). Drop the arm with a re-add note; latest and 5.9.x both pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ce7e3ac commit e2fe734

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,9 @@ jobs:
488488
rosetta:
489489
- latest
490490
- 5.9.x
491-
- 6.0.x
491+
# 6.0.x: re-add once jsii-rosetta 6.0 has a stable release — npm
492+
# currently only has 6.0.0-dev.0 (v6.0-next), which matches
493+
# neither the 6.0.x range nor jsii-pacmak's >=5.9.0 peer range.
492494
steps:
493495
# Check out the code
494496
- name: Download Artifact

packages/@jsii/ruby-runtime-test/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ PATH
22
remote: ../ruby-runtime
33
specs:
44
jsii-ruby-runtime (0.0.0)
5-
base64 (~> 0.2, >= 0.2.0)
5+
base64 (~> 0.2)
66

77
GEM
88
remote: https://rubygems.org/

0 commit comments

Comments
 (0)