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

latest version of rails locks webpacker, but hyperstack installer doesn't causes an error #368

Closed
catmando opened this issue Mar 7, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@catmando
Copy link
Contributor

catmando commented Mar 7, 2021

[!] There was an error parsing `Gemfile`: You cannot specify the same gem twice with different version requirements.
You specified: webpacker (~> 5.0) and webpacker (>= 0). Bundler cannot continue.

 #  from /Users/mitch/rubydev/MyFirstApp/Gemfile:58
 #  -------------------------------------------
 #  end
 >  gem 'webpacker'
 #  -------------------------------------------

Probably should be checking if webpacker is already installed and skip this step

@catmando catmando added the bug Something isn't working label Mar 7, 2021
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