forked from jlong/serve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
31 lines (28 loc) · 857 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
source :rubygems
gem 'rack', '~> 1.2'
gem 'rack-test', '~> 0.5'
gem 'tilt', '~> 1.3'
gem 'activesupport', '~> 3.0'
gem 'tzinfo'
gem 'i18n'
group :development do
gem 'rake', '~> 0.9.0'
gem 'rdoc', '~> 3.8.0'
gem 'rspec', '~> 2.6.0'
gem 'jeweler', '~> 1.6.4'
gem 'haml', '~> 3.1.1'
gem 'sass', '~> 3.1.1'
gem 'compass', '~> 0.11.1'
gem 'slim', '~> 0.9.4'
gem 'rdiscount', '~> 1.6.8'
gem 'RedCloth', '~> 4.2.7'
gem 'erubis', '~> 2.7.0'
gem 'less', '~> 1.2.21'
gem 'radius', '~> 0.6.1'
gem 'coffee-script', '~> 2.2.0'
end
group :website do
gem 'serve', :git => 'git://github.com/jlong/serve.git'
gem 'css_parser', '~> 1.1.9'
gem 'maruku', '~> 0.6.0'
end