forked from jlong/serve
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
33 lines (29 loc) · 898 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
source 'https://rubygems.org'
gemspec
gem 'rack', '~> 1.6.0'
gem 'rack-test', '~> 0.6.3'
gem 'tilt', '~> 1.4.1'
gem 'activesupport', '~> 4.2.1'
gem 'tzinfo'
gem 'i18n'
# group :development do
# gem 'rake', '~> 10.4.2'
# gem 'rdoc', '~> 4.2.0'
# gem 'rspec', '~> 2.12.0'
# gem 'jeweler', '~> 2.0.1'
# gem 'haml', '~> 4.0.6'
# gem 'sass', '~> 3.4.13'
# gem 'compass', '~> 1.0.3'
# gem 'slim', '~> 3.0.3'
# gem 'rdiscount', '~> 2.1.8'
# gem 'RedCloth', '~> 4.2.9'
# gem 'erubis', '~> 2.7.0'
# gem 'less', '~> 2.6.0'
# gem 'radius', '~> 0.7.4'
# gem 'coffee-script', '~> 2.4.1'
# end
# group :website do
# gem 'serve', '~> 2.0.0'
# gem 'css_parser', '~> 1.3.6'
# gem 'maruku', '~> 0.7.2'
# end