Skip to content

Instantly share code, notes, and snippets.

@MelSumner
Last active January 11, 2018 12:34
Show Gist options
  • Save MelSumner/58c8ea082b3b8c6b61b7db6321f5f2f9 to your computer and use it in GitHub Desktop.
Save MelSumner/58c8ea082b3b8c6b61b7db6321f5f2f9 to your computer and use it in GitHub Desktop.
1. run
bundle lock --add-platform x86-mingw32 x86-mswin32
2. edit lines 35 and 36 of Gemfile
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]
gem 'wdm', '>= 0.1.0', platforms: [:mingw, :mswin, :x64_mingw]
3. add to Gemfile
gem 'eventmachine', '1.0.9.1'
4. run
bundle update eventmachine
5. run
bundle exec middleman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment