Skip to content

Instantly share code, notes, and snippets.

@barinek
Created October 5, 2010 05:21
Show Gist options
  • Select an option

  • Save barinek/611039 to your computer and use it in GitHub Desktop.

Select an option

Save barinek/611039 to your computer and use it in GitHub Desktop.
source 'http://rubygems.org'
gem 'rails', '3.0.0'
gem 'mysql2'
gem "rspec-rails", '2.0.0.beta.22'
gem "rspec", '2.0.0.beta.22'
gem 'capybara', '0.3.9'
gem 'database_cleaner', '0.5.2'
gem 'cucumber-rails', '0.3.2'
gem 'cucumber', '0.9.0'
gem 'rspec-rails', '2.0.0.beta.22'
gem 'spork', '0.8.4'
gem 'launchy', '0.3.7'
gem 'jasmine', :submodules => true
gem 'json_pure', '1.4.6'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment