Skip to content

Instantly share code, notes, and snippets.

@rich
Created April 21, 2010 22:38
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 rich/374492 to your computer and use it in GitHub Desktop.
Save rich/374492 to your computer and use it in GitHub Desktop.
rvm 1.9.1@bundlerrvm
if [ -s ~/.rvm/scripts/rvm ] ; then source ~/.rvm/scripts/rvm ; fi
PS1="\$(~/.rvm/bin/rvm-prompt) $PS1"
source :gemcutter
gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'mail'
gem 'mysql'
gem 'unicorn'
group :test do
gem 'rspec', :git => 'git://github.com/rspec/rspec.git'
gem 'rspec-rails', :git => 'git://github.com/rspec/rspec-rails.git'
gem 'cucumber', :git => 'git://github.com/aslakhellesoy/cucumber.git'
gem 'cucumber-rails', :git => 'git://github.com/aslakhellesoy/cucumber-rails.git'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment