Last active
January 11, 2018 12:34
-
-
Save MelSumner/58c8ea082b3b8c6b61b7db6321f5f2f9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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