Closed
Description
[!] 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