Skip to content

Commit f9ab20b

Browse files
committed
Bring back Gemfile
1 parent 3ef0a38 commit f9ab20b

File tree

2 files changed

+83
-0
lines changed

2 files changed

+83
-0
lines changed

Gemfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'jekyll'
4+
gem 'kramdown'
5+
gem 'coderay'
6+
gem 'rake'
7+
gem 'thor'
8+
gem 'activesupport'
9+
gem 'stringex'

Gemfile.lock

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.0.2)
5+
i18n (~> 0.6, >= 0.6.4)
6+
minitest (~> 4.2)
7+
multi_json (~> 1.3)
8+
thread_safe (~> 0.1)
9+
tzinfo (~> 0.3.37)
10+
atomic (1.1.14)
11+
blankslate (2.1.2.4)
12+
classifier (1.3.4)
13+
fast-stemmer (>= 1.0.0)
14+
coderay (1.1.0)
15+
colorator (0.1)
16+
commander (4.1.6)
17+
highline (~> 1.6.11)
18+
fast-stemmer (1.0.2)
19+
ffi (1.9.3-x86-mingw32)
20+
highline (1.6.20)
21+
i18n (0.6.9)
22+
jekyll (1.4.2)
23+
classifier (~> 1.3)
24+
colorator (~> 0.1)
25+
commander (~> 4.1.3)
26+
liquid (~> 2.5.5)
27+
listen (~> 1.3)
28+
maruku (~> 0.7.0)
29+
pygments.rb (~> 0.5.0)
30+
redcarpet (~> 2.3.0)
31+
safe_yaml (~> 0.9.7)
32+
toml (~> 0.1.0)
33+
kramdown (1.3.1)
34+
liquid (2.5.5)
35+
listen (1.3.1)
36+
rb-fsevent (>= 0.9.3)
37+
rb-inotify (>= 0.9)
38+
rb-kqueue (>= 0.2)
39+
maruku (0.7.1)
40+
minitest (4.7.5)
41+
multi_json (1.8.4)
42+
parslet (1.5.0)
43+
blankslate (~> 2.0)
44+
posix-spawn (0.3.8)
45+
posix-spawn (~> 0.3.6)
46+
yajl-ruby (~> 1.1.0)
47+
rake (10.1.1)
48+
rb-fsevent (0.9.4)
49+
rb-inotify (0.9.3)
50+
ffi (>= 0.5.0)
51+
rb-kqueue (0.2.0)
52+
ffi (>= 0.5.0)
53+
redcarpet (2.3.0)
54+
safe_yaml (0.9.7)
55+
stringex (2.2.0)
56+
thor (0.18.1)
57+
thread_safe (0.1.3)
58+
atomic
59+
toml (0.1.0)
60+
parslet (~> 1.5.0)
61+
tzinfo (0.3.38)
62+
yajl-ruby (1.1.0-x86-mingw32)
63+
64+
PLATFORMS
65+
x86-mingw32
66+
67+
DEPENDENCIES
68+
activesupport
69+
coderay
70+
jekyll
71+
kramdown
72+
rake
73+
stringex
74+
thor

0 commit comments

Comments
 (0)