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"
13 gem 'formtastic', :git => "http://github.com/justinfrench/formtastic.git", :branch => "rails3"
15 # Use unicorn as the web server
18 # Deploy with Capistrano
24 # Bundle the extra gems:
27 # gem 'sqlite3-ruby', :require => 'sqlite3'
28 # gem 'aws-s3', :require => 'aws/s3'
30 # Bundle gems for the local environment. Make sure to
31 # put test-only gems in this group so their generators
32 # and rake tasks are available in development mode:
33 group :development, :test do
37 gem "rspec-rails", ">= 2.0.0.beta.20", :git => "git://github.com/rspec/rspec-rails.git"
38 gem "rspec", ">= 2.0.0.beta.20", :git => "git://github.com/rspec/rspec.git"
39 gem "rspec-core", ">= 2.0.0.beta.20", :git => "git://github.com/rspec/rspec-core.git"
40 gem "rspec-expectations", ">= 2.0.0.beta.20", :git => "git://github.com/rspec/rspec-expectations.git"
41 gem "rspec-mocks", ">= 2.0.0.beta.20", :git => "git://github.com/rspec/rspec-mocks.git"
42 gem 'database_cleaner'