-
-
Notifications
You must be signed in to change notification settings - Fork 629
chore: sync Gemfile.lock with term-ansicolor 1.11.3 #3164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -234,8 +234,6 @@ GEM | |
| minitest (6.0.2) | ||
| drb (~> 2.0) | ||
| prism (~> 1.5) | ||
| mize (0.4.1) | ||
| protocol (~> 2.0) | ||
| msgpack (1.7.2) | ||
| net-http (0.4.1) | ||
| uri | ||
|
|
@@ -265,8 +263,6 @@ GEM | |
| prettyprint | ||
| prettyprint (0.2.0) | ||
| prism (1.9.0) | ||
| protocol (2.0.0) | ||
| ruby_parser (~> 3.0) | ||
| pry (0.14.2) | ||
| coderay (~> 1.1) | ||
| method_source (~> 1.0) | ||
|
|
@@ -390,9 +386,6 @@ GEM | |
| rubocop-rspec_rails (2.29.1) | ||
| rubocop (~> 1.61) | ||
| ruby-progressbar (1.13.0) | ||
| ruby_parser (3.21.0) | ||
| racc (~> 1.5) | ||
| sexp_processor (~> 4.16) | ||
| rubyzip (2.3.2) | ||
| sass (3.7.4) | ||
| sass-listen (~> 4.0.0) | ||
|
|
@@ -417,7 +410,6 @@ GEM | |
| rubyzip (>= 1.2.2, < 3.0) | ||
| websocket (~> 1.0) | ||
| semantic_range (3.1.1) | ||
| sexp_processor (4.17.1) | ||
| shakapacker (9.6.1) | ||
| activesupport (>= 5.2) | ||
| package_json | ||
|
|
@@ -445,9 +437,8 @@ GEM | |
| sqlite3 (2.9.2-x86_64-linux-gnu) | ||
| stringio (3.2.0) | ||
| sync (0.5.0) | ||
| term-ansicolor (1.10.2) | ||
| mize | ||
| tins (~> 1.0) | ||
| term-ansicolor (1.11.3) | ||
| tins (~> 1) | ||
| thor (1.5.0) | ||
| tilt (2.4.0) | ||
| timeout (0.4.4) | ||
|
|
@@ -488,6 +479,7 @@ GEM | |
| zeitwerk (2.7.5) | ||
|
|
||
| PLATFORMS | ||
| arm64-darwin-23 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This line is being added by this PR, but the PR description says the intent is to drop This was likely introduced by running |
||
| arm64-darwin-24 | ||
| arm64-darwin-25 | ||
| x86_64-darwin-24 | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Platform arm64-darwin-23 added instead of dropped
Low Severity
The PR description explicitly states it "Drops the stale
arm64-darwin-23platform entry," but the diff showsarm64-darwin-23being added toreact_on_rails_pro/Gemfile.lock(line 482 is a+line). This contradicts the stated intent and re-introduces a platform entry the PR claims to remove.Reviewed by Cursor Bugbot for commit b00f2f8. Configure here.