source "http://rubygems.org" # Specify your gem's dependencies in pivot.gemspec gemspec gem 'rake' group :development, :test do gem 'autotest' #gem 'autotest-growl' gem 'autotest-notification' gem 'bundler' gem 'launchy' gem 'rcov' gem 'rspec' gem 'shoulda-matchers' end