Skip to content

Instantly share code, notes, and snippets.

@joker1007
Created October 30, 2011 15:29
Show Gist options
  • Save joker1007/1326026 to your computer and use it in GitHub Desktop.
Save joker1007/1326026 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem "rspec"
gem "factory_girl"
gem "i18n"
gem "guard"
gem "guard-rspec"
if RUBY_PLATFORM.downcase.include?("darwin")
gem "rb-fsevent"
gem "growl"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment