Skip to content

Commit b00f2f8

Browse files
justin808claude
andcommitted
chore: sync Gemfile.lock with upstream term-ansicolor 1.11.3
Running bundle install in the Pro workspaces produces these deltas against master, which then appear as noise in every unrelated PR. Landing them on their own keeps other PRs focused. - term-ansicolor 1.10.2 -> 1.11.3 (upstream dropped the mize dep chain, cascading removal of mize, protocol, ruby_parser, sexp_processor) - Drop arm64-darwin-23 from PLATFORMS (main already lacks it; macOS 14 contributors can re-add locally if needed) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e9e27a2 commit b00f2f8

2 files changed

Lines changed: 5 additions & 22 deletions

File tree

react_on_rails_pro/Gemfile.lock

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,6 @@ GEM
234234
minitest (6.0.2)
235235
drb (~> 2.0)
236236
prism (~> 1.5)
237-
mize (0.4.1)
238-
protocol (~> 2.0)
239237
msgpack (1.7.2)
240238
net-http (0.4.1)
241239
uri
@@ -265,8 +263,6 @@ GEM
265263
prettyprint
266264
prettyprint (0.2.0)
267265
prism (1.9.0)
268-
protocol (2.0.0)
269-
ruby_parser (~> 3.0)
270266
pry (0.14.2)
271267
coderay (~> 1.1)
272268
method_source (~> 1.0)
@@ -390,9 +386,6 @@ GEM
390386
rubocop-rspec_rails (2.29.1)
391387
rubocop (~> 1.61)
392388
ruby-progressbar (1.13.0)
393-
ruby_parser (3.21.0)
394-
racc (~> 1.5)
395-
sexp_processor (~> 4.16)
396389
rubyzip (2.3.2)
397390
sass (3.7.4)
398391
sass-listen (~> 4.0.0)
@@ -417,7 +410,6 @@ GEM
417410
rubyzip (>= 1.2.2, < 3.0)
418411
websocket (~> 1.0)
419412
semantic_range (3.1.1)
420-
sexp_processor (4.17.1)
421413
shakapacker (9.6.1)
422414
activesupport (>= 5.2)
423415
package_json
@@ -445,9 +437,8 @@ GEM
445437
sqlite3 (2.9.2-x86_64-linux-gnu)
446438
stringio (3.2.0)
447439
sync (0.5.0)
448-
term-ansicolor (1.10.2)
449-
mize
450-
tins (~> 1.0)
440+
term-ansicolor (1.11.3)
441+
tins (~> 1)
451442
thor (1.5.0)
452443
tilt (2.4.0)
453444
timeout (0.4.4)
@@ -488,6 +479,7 @@ GEM
488479
zeitwerk (2.7.5)
489480

490481
PLATFORMS
482+
arm64-darwin-23
491483
arm64-darwin-24
492484
arm64-darwin-25
493485
x86_64-darwin-24

react_on_rails_pro/spec/dummy/Gemfile.lock

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,6 @@ GEM
245245
minitest (6.0.2)
246246
drb (~> 2.0)
247247
prism (~> 1.5)
248-
mize (0.4.1)
249-
protocol (~> 2.0)
250248
msgpack (1.7.2)
251249
net-http (0.4.1)
252250
uri
@@ -291,8 +289,6 @@ GEM
291289
prism (1.9.0)
292290
prism-rails (1.5.0)
293291
railties
294-
protocol (2.0.0)
295-
ruby_parser (~> 3.0)
296292
pry (0.14.2)
297293
coderay (~> 1.1)
298294
method_source (~> 1.0)
@@ -420,9 +416,6 @@ GEM
420416
rubocop-rspec_rails (2.29.1)
421417
rubocop (~> 1.61)
422418
ruby-progressbar (1.13.0)
423-
ruby_parser (3.21.0)
424-
racc (~> 1.5)
425-
sexp_processor (~> 4.16)
426419
rubyzip (2.3.2)
427420
sass (3.7.4)
428421
sass-listen (~> 4.0.0)
@@ -447,7 +440,6 @@ GEM
447440
rubyzip (>= 1.2.2, < 3.0)
448441
websocket (~> 1.0)
449442
semantic_range (3.1.1)
450-
sexp_processor (4.17.1)
451443
shakapacker (9.6.1)
452444
activesupport (>= 5.2)
453445
package_json
@@ -484,9 +476,8 @@ GEM
484476
sqlite3 (2.9.2-x86_64-linux-musl)
485477
stringio (3.2.0)
486478
sync (0.5.0)
487-
term-ansicolor (1.10.2)
488-
mize
489-
tins (~> 1.0)
479+
term-ansicolor (1.11.3)
480+
tins (~> 1)
490481
thor (1.5.0)
491482
tilt (2.4.0)
492483
timeout (0.6.0)

0 commit comments

Comments
 (0)