Skip to content

Instantly share code, notes, and snippets.

@imajes
Created March 23, 2010 16:37
Show Gist options
  • Save imajes/341362 to your computer and use it in GitHub Desktop.
Save imajes/341362 to your computer and use it in GitHub Desktop.
source :gemcutter
group :runtime do
gem 'rack'
gem 'toadhopper', '~>1.0.0'
end
group :test do
gem 'rake'
gem 'rspec', :require => 'spec'
if RUBY_VERSION =~ /^1\.9/
gem 'ruby-debug19'
else
gem 'ruby-debug'
end
gem 'rcov'
gem 'bundler', '>0.7.2'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment