Allan Grant

Results 1 issues of Allan Grant

The guard scroll put some code in the Gemfile like this: ``` ruby require 'rbconfig' HOST_OS = RbConfig::CONFIG['host_os'] group :development do case HOST_OS when /darwin/i gem 'rb-fsevent' gem 'ruby_gntp' if...