forked from jasonm/rr10-team-87
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
48 lines (43 loc) · 977 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
46
47
48
source :rubygems
source 'http://gems.github.com/'
gem 'childprocess', '0.0.9'
gem "rails", ">= 3.0"
gem "rack"
gem "haml"
gem "high_voltage"
gem "hoptoad_notifier"
gem "RedCloth", :require => "redcloth"
gem "paperclip"
gem "will_paginate"
gem "formtastic"
gem "mysql"
gem "flutie"
gem "dynamic_form"
gem 'tropo-webapi-ruby'
gem "addressable", :require => 'addressable/uri'
gem 'SystemTimer'
gem 'resque'
gem 'resque-restriction'
gem 'resque-scheduler', :require => 'resque_scheduler'
gem "capistrano"
# http://blog.davidchelimsky.net/2010/07/11/rspec-rails-2-generators-and-rake-tasks/
group :development, :test, :cucumber do
gem "rspec-rails", "~> 2.0.0"
gem "ruby-debug"
end
group :test, :cucumber do
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 'sinatra'
gem 'sham_rack'
gem 'relevance-rcov'
end