Skip to content

Instantly share code, notes, and snippets.

@alexrah
Created August 14, 2014 08:46
Show Gist options
  • Save alexrah/3f6710751cbf7199a023 to your computer and use it in GitHub Desktop.
Save alexrah/3f6710751cbf7199a023 to your computer and use it in GitHub Desktop.
group :development, :test do
source 'https://rubygems.org'
gem 'rb-fsevent', :require => false if RUBY_PLATFORM =~ /darwin/i
gem 'guard-livereload'
gem 'rb-readline'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment