forked from linuxfrorg/linuxfr.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
46 lines (41 loc) · 1.4 KB
/
Copy pathGemfile
File metadata and controls
46 lines (41 loc) · 1.4 KB
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
source :rubygems
gem "rails", "~>3.0.3"
gem "acts_as_list", "~>0.1"
gem "albino", "~>1.0"
gem "canable", "~>0.1"
gem "compass", "~>0.10"
gem "devise", "~>1.1"
gem "erubis", "~>2.6"
gem "french_rails", "~>0.2"
gem "friendly_id", "~>3.1"
gem "haml", "~>3.0"
gem "htmlentities", "~>4.2"
gem "mysql2", "~>0.1"
gem "nokogiri", "~>1.4"
gem "paperclip", "~>2.3"
gem "rdiscount", "~>1.6"
gem "redis", "~>2.1"
gem "sanitize", "~>1.2"
gem "sitemap_generator", "~>1.3"
gem "simple_autocomplete", "~>0.3"
gem "state_machine", "~>0.9"
# TODO Rails3
# gem "thinking-sphinx", "~>1.3", :require => "thinking_sphinx"
# gem "ts-datetime-delta", "~>1.0", :require => "thinking_sphinx/deltas/datetime_delta"
gem "will_paginate", ">=3.0.pre2"
gem "yajl-ruby", "~>0.7", :require => "yajl"
group :development do
gem "annotate"
gem "jslint_on_rails"
gem "rails3-generators"
gem "thin"
end
group :test do
gem "rspec-rails", "~>2.3"
gem "factory_girl_rails", "~>1.0"
gem "webrat", "~>0.7"
end
group :production do
gem "unicorn", "~>3.0"
gem "nono-redis-store", "~>1.0"
end