You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[!] 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
The text was updated successfully, but these errors were encountered:
Probably should be checking if webpacker is already installed and skip this step
The text was updated successfully, but these errors were encountered: