-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathGemfile
45 lines (42 loc) · 982 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
source :rubygems
gem "rails", "3.0.1"
gem "rack"
gem "haml"
gem "high_voltage"
gem "hoptoad_notifier"
gem "paperclip", "2.3.8"
gem "formtastic"
gem "pg"
gem "flutie"
gem "dynamic_form"
gem "heroku"
gem 'devise'
gem 'devise_rpx_connectable'
gem 'aws-s3'
gem "http_accept_language", :git => 'http://github.com/iain/http_accept_language.git'
gem 'will_paginate', '3.0.pre2' # still not release for Rails 3
gem 'cancan'
gem 'hassle', :git => 'git://github.com/koppen/hassle.git'
# http://blog.davidchelimsky.net/2010/07/11/rspec-rails-2-generators-and-rake-tasks/
group :development, :test, :cucumber do
gem "rspec-rails", "2.0.1"
gem "ruby-debug"
gem "faker"
gem "factory_girl_rails"
gem "code_buddy"
end
group :test, :cucumber do
gem "faker"
gem "cucumber-rails"
gem "factory_girl_rails"
gem "bourne"
gem "capybara"
gem "database_cleaner"
gem "fakeweb"
gem "nokogiri"
gem "timecop"
gem "treetop"
gem "shoulda"
gem "launchy"
gem "email_spec"
end