1 source 'http://rubygems.org'
5 # Bundle edge Rails instead:
6 # gem 'rails', :git => 'git://github.com/rails/rails.git'
9 gem "devise", "~> 1.1.2"
10 gem "devise_invitable", :git => "git://github.com/rymai/devise_invitable.git"
12 gem 'formtastic', :git => "http://github.com/justinfrench/formtastic.git", :branch => "rails3"
14 # Use unicorn as the web server
17 # Deploy with Capistrano
23 # Bundle the extra gems:
26 # gem 'sqlite3-ruby', :require => 'sqlite3'
27 # gem 'aws-s3', :require => 'aws/s3'
29 # Bundle gems for the local environment. Make sure to
30 # put test-only gems in this group so their generators
31 # and rake tasks are available in development mode:
32 group :development, :test do
36 gem "rspec-rails", ">= 2.0.0.beta.20", :git => "git://github.com/rspec/rspec-rails.git"
37 gem "rspec", ">= 2.0.0.beta.20", :git => "git://github.com/rspec/rspec.git"
38 gem "rspec-core", ">= 2.0.0.beta.20", :git => "git://github.com/rspec/rspec-core.git"
39 gem "rspec-expectations", ">= 2.0.0.beta.20", :git => "git://github.com/rspec/rspec-expectations.git"
40 gem "rspec-mocks", ">= 2.0.0.beta.20", :git => "git://github.com/rspec/rspec-mocks.git"
41 gem 'database_cleaner'