Hello,
I'm currently on step 2.2 of step 7:
Type this in the terminal:
bundle install --without production
Again, wait for the console prompt, and look for the 'Bundle complete!' message just above.
When I attempt to do this, I get this error:
[!] There was an error parsing Gemfile
: no block given (yield). Bundler cannot continue.
# from C:/Sites/railsbridge/test_app/Gemfile:12
# -------------------------------------------
# # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# source 'https://rubygems.org'
# -------------------------------------------
I am using a Windows 10 OS, with the Windows Subsystem for Linux installed. Please let me know if I can offer any more information.
Thanks!