-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
32 lines (30 loc) · 757 Bytes
/
Gemfile
File metadata and controls
32 lines (30 loc) · 757 Bytes
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
source "http://rubygems.org"
gem 'mongrel', '1.1.5'
gem 'pg', '0.9.0'
gem 'actionmailer', '2.3.8'
gem 'actionpack', '2.3.8'
gem 'activerecord', '2.3.8'
gem 'activeresource', '2.3.8'
gem 'activesupport', '2.3.8'
gem 'builder', '2.1.2'
gem 'cgi_multipart_eof_fix', '2.5.0'
gem 'curb', '0.7.8'
gem 'daemons', '1.1.0'
gem 'ezcrypto', '0.7.2'
gem 'fastthread', '1.0.7'
gem 'feedzirra', '0.0.24'
gem 'gem_plugin', '0.2.3'
gem 'gruff', '0.3.6'
gem 'hpricot', '0.6'
gem 'htmlentities', '4.0.0'
gem 'image_science', '1.2.1'
gem 'loofah', '0.4.7'
gem 'nokogiri', '1.4.3.1'
gem 'rack', '1.1.0'
gem 'rails', '2.3.8'
gem 'rake', '0.8.7'
gem 'rmagick', '2.13.1'
gem 'RubyInline', '3.8.6'
gem 'sax-machine', '0.0.15'
gem 'will_paginate', '2.3.15'
gem 'ZenTest', '4.4.0'