forked from pat/laughtrack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGemfile
36 lines (32 loc) · 986 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
source :gemcutter
source 'http://gems.github.com'
# Important Stuff
gem 'rails', '2.3.5'
gem 'mysql', '2.8.1'
gem 'json', '1.2.0'
# Application Gems
gem 'haml', '>= 2.2.16'
gem 'nokogiri', '>= 1.4.1'
gem 'clearance', '0.8.3'
gem 'thinking-sphinx', '1.3.14', :require => 'thinking_sphinx'
gem 'formtastic', '0.9.7'
gem 'rest-client', '1.2.0', :require => 'rest_client'
gem 'throne', '0.0.6'
gem 'pedantic', '0.1.1'
gem 'will_paginate', '2.3.12'
gem 'ambethia-smtp-tls', '1.1.2', :require => 'smtp-tls'
gem 'whenever', '0.4.1'
gem 'exceptional', '2.0.3'
gem 'statistics2', '0.54'
group :development do
gem 'less', '>= 1.2.21'
end
# Testing Gems
group :test do
gem 'rspec', '>= 1.2.9'
gem 'rspec-rails', '>= 1.2.9'
gem 'fakeweb', '>= 1.2.7'
gem 'machinist', '>= 1.0.6'
gem 'fakeweb-matcher', '>= 1.1.0'
gem 'faker', '0.3.1'
end