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

Fix ruby Gemfile DSL with file: parameter no longer working #7288

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

deivid-rodriguez
Copy link
Member

@deivid-rodriguez deivid-rodriguez commented Dec 15, 2023

What was the end-user or developer problem that led to this PR?

The ruby DSL is not working properly in Bundler 2.5.

What is your fix for the problem, implemented in this PR?

Add the missing attr_reader and cover the simple case and the one reported at #7219 with realworld specs.

Fixes #7286.

Make sure the following tasks are checked

@deivid-rodriguez
Copy link
Member Author

Oh, I understand the original issue now. Working on fix and test for that too.

@deivid-rodriguez deivid-rodriguez force-pushed the fix-ruby-dsl branch 2 times, most recently from 26f8ccf to d02c57c Compare December 15, 2023 16:47
@deivid-rodriguez deivid-rodriguez changed the title Restore Ruby DSL to work as before Fix ruby Gemfile DSL with file: parameter no longer working Dec 15, 2023
Co-authored-by: AndrewSwerlick <andrew.swerlick@gmail.com>
@martinemde
Copy link
Member

Thanks for coming to the rescue @deivid-rodriguez!

@deivid-rodriguez deivid-rodriguez merged commit 147fe3e into master Dec 15, 2023
80 checks passed
@deivid-rodriguez deivid-rodriguez deleted the fix-ruby-dsl branch December 15, 2023 18:37
deivid-rodriguez added a commit that referenced this pull request Dec 15, 2023
Fix `ruby` Gemfile DSL with `file:` parameter no longer working

(cherry picked from commit 147fe3e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants