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

ros generate service <service name> is currently breaking #67

Open
rpbaltazar opened this issue Oct 8, 2019 · 0 comments
Open

ros generate service <service name> is currently breaking #67

rpbaltazar opened this issue Oct 8, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@rpbaltazar
Copy link
Contributor

when running ros generate service <service name> it tries to start a new application using rails 6.0.0 instead of the 6.0.0.rc2 that we currently use in our services. This then fails because apartment gem is not yet supporting rails 6 creating a breaking dependency.

Either we help on ensuring apartment supports rails 6, or we will have to run rails _6.0.0.rc2_ new <service name> when trying to generate the ros service to ensure that it is initialised with the rc2 version instead of the 6.0.0

@rpbaltazar rpbaltazar added the bug Something isn't working label Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant