-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathGemfile
43 lines (36 loc) · 1.04 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
source :gemcutter
gem "rails", "2.3.11", :require => nil
gem "mysql", "2.8.1"
#gem "system_timer", "1.0"
#gem "memcache-client", "1.7.6", :require => "memcache"
gem "will_paginate", "2.3.14"
gem "paperclip", "2.3.6"
gem "delayed_job", "1.8.4"
#gem "taf2-curb", "0.2.8.0"
gem "erubis", "2.6.6"
gem "json_pure", "1.4.6"
gem "jrails", "0.6.0"
gem "haml", "2.2.20"
gem "RedCloth", "4.2.3", :require => "redcloth"
gem "nokogiri", "1.4.3.1"
gem "ruby-debug"
# facebooker2 dependencies
gem "crack", "0.1.8"
gem "hashie", "0.4.0"
gem "httparty", "0.6.1"
gem "ruby-hmac", "0.4.0"
group :development do
gem "capistrano", "2.5.20"
gem "capistrano-ext", '1.2.1'
end
group :test do
gem "rspec", "1.3.0"
gem "rspec-rails", "1.3.2"
gem "ZenTest", "4.4.0"
gem "shoulda", "2.11.3"
gem "factory_girl", "1.3.2"
gem "autotest-growl", "0.2.9"
gem "timecop", "0.3.5"
gem "chronic", "0.3.0"
gem "spork"
end