forked from eurucamp/2012.eurucamp.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
29 lines (23 loc) · 806 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
source :rubygems
gem 'rake', '~> 0.9.2'
gem 'sass', :git => 'https://github.com/nex3/sass.git',
:ref => '8a93d8c65baabeb6f3251d560095ff83b52308bf'
gem 'middleman', '~> 3.0.0'
gem 'middleman-blog', '~> 3.0.0'
gem 'builder'
gem 'sitemap_generator'
gem 'coffee-script'
gem 'bourbon'
gem 'nokogiri'
gem 'redcarpet'
gem 'pygments.rb'
gem 'html5-boilerplate', :require => 'html5-boilerplate',
:git => 'git://github.com/edenspiekermann/compass-html5-boilerplate.git',
:branch => 'padrino'
group :development do
gem 'heroku', '2.26.6', :require => false
end
# FIXME: Need to set this up with Bundler groups correctly
gem 'heroku_san', '3.0.2'
gem 'rack-contrib'
gem 'rack-rewrite'