Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions react_on_rails_pro/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -488,6 +479,7 @@ GEM
zeitwerk (2.7.5)

PLATFORMS
arm64-darwin-23

Copy link
Copy Markdown

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-23 platform entry," but the diff shows arm64-darwin-23 being added to react_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.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit b00f2f8. Configure here.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The 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 arm64-darwin-23. On main, this entry does not exist in the PLATFORMS list.

This was likely introduced by running bundle install on a macOS 14 machine. If the goal is consistency with main, this line should be removed.

arm64-darwin-24
arm64-darwin-25
x86_64-darwin-24
Expand Down
13 changes: 2 additions & 11 deletions react_on_rails_pro/spec/dummy/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -245,8 +245,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
Expand Down Expand Up @@ -291,8 +289,6 @@ GEM
prism (1.9.0)
prism-rails (1.5.0)
railties
protocol (2.0.0)
ruby_parser (~> 3.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -420,9 +416,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)
Expand All @@ -447,7 +440,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
Expand Down Expand Up @@ -484,9 +476,8 @@ GEM
sqlite3 (2.9.2-x86_64-linux-musl)
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.6.0)
Expand Down
Loading