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: undefined method `exists?' for class File #10

Closed
wants to merge 1 commit into from

Conversation

jhult
Copy link

@jhult jhult commented Aug 13, 2024

Fixes #9

I tested by locally editing the *.rb files /opt/homebrew/Library/Taps/fusionauth/homebrew-fusionauth/Formula. Installation seemed to work fine with this fix.

@jhult
Copy link
Author

jhult commented Aug 27, 2024

@robotdan, any thoughts on this?

@Aaron-Ritter
Copy link

testing your changes makes it possible to install but i hit the next issue with

aaron@Mac /o/h/L/T/f/h/Formula (main)> brew services start fusionauth-app
Error: Formula `fusionauth-app` has not implemented #plist, #service or installed a locatable service file

@Aaron-Ritter
Copy link

it requires Homebrew/homebrew-core#79367 on top of these changes

@robotdan
Copy link
Member

robotdan commented Nov 8, 2024

@Aaron-Ritter - are there additional changes required in this PR or another per this comment?

it requires Homebrew/homebrew-core#79367 on top of these changes

@Aaron-Ritter
Copy link

Correct, brew changed away from plist to service which requires according changes. In addition i am checking why the app i received was 1.52.0 through the tap. i am working on a seperate PR at the moment.

@Aaron-Ritter
Copy link

@robotdan i would create something along the line of #16

@jhult
Copy link
Author

jhult commented Nov 20, 2024

Thanks @robotdan and @Aaron-Ritter.

I'm going to close this in lieu of #16 which includes the changes in this PR.

@jhult jhult closed this Nov 20, 2024
@jhult jhult deleted the fix/9 branch November 20, 2024 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NoMethodError: undefined method `exists?' for class File
3 participants