Created
November 26, 2014 00:08
-
-
Save did/8faf20338b5f58c4ce7e to your computer and use it in GitHub Desktop.
Gemfile for windows
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
| 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