Skip to content

Instantly share code, notes, and snippets.

@ukstudio
Created September 3, 2010 05:11
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ukstudio/563447 to your computer and use it in GitHub Desktop.
Save ukstudio/563447 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.0'
gem 'sqlite3-ruby', :require => 'sqlite3'
group :development, :test do
gem 'rspec','>=2.0.0.beta.20'
gem 'rspec-rails','>=2.0.0.beta.20'
gem 'ZenTest'
gem 'autotest'
gem 'autotest-rails'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment