-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
49 lines (42 loc) · 1.11 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# source "https://rubygems.org"
# group :development do
# gem 'rake', '~> 10.0'
# gem 'jekyll', '~> 2.0'
# gem 'octopress-hooks', '~> 2.2'
# gem 'octopress-date-format', '~> 2.0'
# gem 'jekyll-sitemap'
# gem 'rdiscount', '~> 2.0'
# gem 'RedCloth', '~> 4.2.9'
# gem 'haml', '~> 4.0'
# gem 'compass', '~> 1.0.1'
# gem 'sass-globbing', '~> 1.0.0'
# gem 'rb-fsevent', '~> 0.9'
# gem 'stringex', '~> 1.4.0'
# gem 'liquid', '~> 2.3.0'
# gem 'directory_watcher', '1.4.1'
# gem 'aws-sdk', '~> 1.8.1'
# gem 'dotenv'
# gem 'thin'
# end
# gem 'sinatra', '~> 1.4.2'
source "https://rubygems.org"
group :development do
gem 'rake', '~> 10.0'
gem 'jekyll', '~> 2.0'
gem 'octopress-hooks', '~> 2.2'
gem 'octopress-date-format', '~> 2.0'
gem 'jekyll-sitemap'
gem 'rdiscount', '~> 2.0'
gem 'RedCloth', '~> 4.2.9'
gem 'haml', '~> 4.0'
gem 'compass', '~> 1.0.1'
gem 'sass-globbing', '~> 1.0.0'
gem 'rb-fsevent', '~> 0.9'
gem 'stringex', '~> 1.4.0'
gem 'liquid', '~> 2.6.3'
gem 'directory_watcher', '1.4.1'
gem 'aws-sdk', '~> 1.8.1'
gem 'dotenv'
gem 'thin'
end
gem 'sinatra', '~> 1.4.2'