Skip to content

Instantly share code, notes, and snippets.

@timothyklim
Created June 12, 2011 09:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timothyklim/1021365 to your computer and use it in GitHub Desktop.
Save timothyklim/1021365 to your computer and use it in GitHub Desktop.
Gemfile
source 'http://rubygems.org'
gem 'rails', '>= 3.1.0.rc1'
gem 'spork', '>= 0.9.0.rc5'
gem 'ZenTest', '>= 4.5.0'
gem 'sqlite3'
gem 'sass'
gem 'coffee-script'
gem 'uglifier'
gem 'jquery-rails'
group :development do
gem 'rspec-rails'
gem 'autotest'
end
group :test do
gem 'rspec'
gem 'webrat'
end
@timothyklim
Copy link
Author

bundle update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment