Skip to content
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

[v4.4] Remove rails binstubs from built gems #5922

Merged
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

github-actions[bot]
Copy link

Backport

This will backport the following commits from main to v4.4:

Questions ?

Please refer to the Backport tool documentation

The bin/rails script is solely used for local dev purposes.
Since the default bindir from Rubygems is bin the binstub
gets installed with the gems. This can cause issues with
the rails command comming from rails itself.

Also removing the old script/rails files, which were excluded
to solve the same issue.

(cherry picked from commit dde8966)
@github-actions github-actions bot requested a review from a team as a code owner November 14, 2024 15:44
@github-actions github-actions bot added changelog:solidus_api Changes to the solidus_api gem changelog:solidus_backend Changes to the solidus_backend gem changelog:solidus_core Changes to the solidus_core gem changelog:solidus_admin labels Nov 14, 2024
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.54%. Comparing base (4b5beac) to head (5d8025b).
Report is 4 commits behind head on v4.4.

Additional details and impacted files
@@           Coverage Diff           @@
##             v4.4    #5922   +/-   ##
=======================================
  Coverage   89.54%   89.54%           
=======================================
  Files         783      783           
  Lines       17994    17994           
=======================================
  Hits        16113    16113           
  Misses       1881     1881           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tvdeyen tvdeyen merged commit 84d36bf into v4.4 Nov 14, 2024
14 checks passed
@tvdeyen tvdeyen deleted the backport/v4.4/pr-5917 branch November 14, 2024 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:solidus_admin changelog:solidus_api Changes to the solidus_api gem changelog:solidus_backend Changes to the solidus_backend gem changelog:solidus_core Changes to the solidus_core gem
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant