forked from trustthevote/Rocky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
48 lines (42 loc) · 1.08 KB
/
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 'http://gems.github.com'
source 'http://gems.rubyforge.org'
#gem "rake", "= 0.9.2"
gem "rake", "0.8.7"
gem "rails", "= 2.3.3"
gem "aasm", "= 2.0.5"
gem "authlogic", "= 2.1.1"
gem "fastercsv", "= 1.5.0"
gem "daemons", "= 1.0.10"
gem "paperclip", "= 2.3.1.1"
gem "mysql"
gem "rubyzip"
#gem "rocky_branding", "= 12.3.5"
#gem "rocky_branding"
#gem "rocky_branding", "= 1.0.28"
group :development, :test do
gem "rspec", "= 1.2.7"
gem "rr", "= 0.10.11"
gem "rspec-rails", "= 1.2.7"
gem "thoughtbot-factory_girl", "= 1.2.1"
#gem "pivotal-webrat", "= 0.4.4"
gem "webrat", "= 0.4.4"
#gem "pivotal-webrat-rspec-rails", "= 0.4.4"
gem "cucumber", "= 0.3.11"
gem "treetop", "= 1.4.10"
gem "selenium-client", "= 1.2.16"
gem "capistrano", "= 2.11.2"
# Pito:
gem "hpricot", "0.8.6"
gem "mongrel", "= 1.1.5"
gem "sqlite3"
end
gem "nokogiri", "= 1.3.2"
gem "mechanize", "= 1.0.0"
gem "newrelic_rpm", "= 2.11.1"
gem "hoptoad_notifier", "= 2.2.2"
gem "ledermann-rails-settings", :require => "rails-settings"
gem 'json'
# group :test do
# gem "guard"
# gem "guard-rspec"
# end