-
Notifications
You must be signed in to change notification settings - Fork 3
/
Gemfile
45 lines (33 loc) · 844 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 "http://rubygems.org"
gem 'rails', '2.3.5'
gem 'pg', '0.9.0'
gem 'authlogic', '2.1.3'
gem 'compass', '0.10.2'
gem 'crack', '0.1.8'
gem 'eventmachine', '0.12.10'
gem 'git', '1.2.5'
gem 'haml', '3.0.15'
gem 'highline', '1.6.1'
gem 'httparty', '0.6.1'
gem 'newrelic_rpm', '2.12.3'
gem 'hoptoad_notifier', '2.3.5'
gem 'roauth', '0.0.3'
gem 'tinder', '1.4.0'
gem 'twitter-stream', '0.1.8'
gem 'will_paginate', '2.3.12'
group :test, :cucumber do
gem 'rspec', '1.3.0'
gem 'rspec-rails', '1.3.2'
gem 'shoulda', '2.10.2'
gem 'machinist', '1.0.6'
gem 'faker', '0.3.1'
gem 'cucumber-rails', '0.2.4'
gem 'database_cleaner', '0.4.3'
gem 'webrat', '0.6.0'
end
group :development do
gem 'annotate', '2.0.2'
gem 'capistrano-ext', '1.2.1'
gem 'capistrano-helpers', '0.5.2'
gem 'hitch', '0.6.0'
end