Skip to content

Instantly share code, notes, and snippets.

@did
Created November 26, 2014 00:08
Show Gist options
  • Select an option

  • Save did/8faf20338b5f58c4ce7e to your computer and use it in GitHub Desktop.

Select an option

Save did/8faf20338b5f58c4ce7e to your computer and use it in GitHub Desktop.
Gemfile for windows
source 'https://rubygems.org'
gem 'locomotivecms_wagon', '1.5.1'
# group :development do
# Mac OS X
# gem 'rb-fsevent', '~> 0.9.1', require: RUBY_PLATFORM.include?('darwin') && 'rb-fsevent'
# Unix
# gem 'therubyracer', require: 'v8', platforms: :ruby unless RUBY_PLATFORM.include?('darwin')
# gem 'rb-inotify', '~> 0.9', require: RUBY_PLATFORM.include?('linux') && 'rb-inotify'
# Windows
gem 'wdm', '>= 0.1.0', require: RUBY_PLATFORM =~ /mswin|mingw/i && 'wdm'
# end
#group :misc do
# Add your extra gems here
# gem 'susy', require: 'susy'
# gem 'redcarpet', require: 'redcarpet'
#end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment