Created
August 14, 2014 08:46
-
-
Save alexrah/3f6710751cbf7199a023 to your computer and use it in GitHub Desktop.
This file contains 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
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