Skip to content

Commit dca325d

Browse files
committed
added gemfile
1 parent 323c756 commit dca325d

File tree

2 files changed

+127
-0
lines changed

2 files changed

+127
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'github-pages', group: :jekyll_plugins

Gemfile.lock

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,125 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.6)
5+
i18n (~> 0.7)
6+
json (~> 1.7, >= 1.7.7)
7+
minitest (~> 5.1)
8+
thread_safe (~> 0.3, >= 0.3.4)
9+
tzinfo (~> 1.1)
10+
addressable (2.4.0)
11+
coffee-script (2.4.1)
12+
coffee-script-source
13+
execjs
14+
coffee-script-source (1.10.0)
15+
colorator (0.1)
16+
ethon (0.9.0)
17+
ffi (>= 1.3.0)
18+
execjs (2.7.0)
19+
faraday (0.9.2)
20+
multipart-post (>= 1.2, < 3)
21+
ffi (1.9.10)
22+
gemoji (2.1.0)
23+
github-pages (80)
24+
github-pages-health-check (= 1.1.0)
25+
jekyll (= 3.1.6)
26+
jekyll-coffeescript (= 1.0.1)
27+
jekyll-feed (= 0.5.1)
28+
jekyll-gist (= 1.4.0)
29+
jekyll-github-metadata (= 1.11.1)
30+
jekyll-mentions (= 1.1.2)
31+
jekyll-paginate (= 1.1.0)
32+
jekyll-redirect-from (= 0.10.0)
33+
jekyll-sass-converter (= 1.3.0)
34+
jekyll-seo-tag (= 1.4.0)
35+
jekyll-sitemap (= 0.10.0)
36+
jemoji (= 0.6.2)
37+
kramdown (= 1.10.0)
38+
liquid (= 3.0.6)
39+
listen (= 3.0.6)
40+
mercenary (~> 0.3)
41+
rouge (= 1.10.1)
42+
terminal-table (~> 1.4)
43+
github-pages-health-check (1.1.0)
44+
addressable (~> 2.3)
45+
net-dns (~> 0.8)
46+
octokit (~> 4.0)
47+
public_suffix (~> 1.4)
48+
typhoeus (~> 0.7)
49+
html-pipeline (2.4.1)
50+
activesupport (>= 2, < 5)
51+
nokogiri (>= 1.4)
52+
i18n (0.7.0)
53+
jekyll (3.1.6)
54+
colorator (~> 0.1)
55+
jekyll-sass-converter (~> 1.0)
56+
jekyll-watch (~> 1.1)
57+
kramdown (~> 1.3)
58+
liquid (~> 3.0)
59+
mercenary (~> 0.3.3)
60+
rouge (~> 1.7)
61+
safe_yaml (~> 1.0)
62+
jekyll-coffeescript (1.0.1)
63+
coffee-script (~> 2.2)
64+
jekyll-feed (0.5.1)
65+
jekyll-gist (1.4.0)
66+
octokit (~> 4.2)
67+
jekyll-github-metadata (1.11.1)
68+
octokit (~> 4.0)
69+
jekyll-mentions (1.1.2)
70+
html-pipeline (~> 2.3)
71+
jekyll (~> 3.0)
72+
jekyll-paginate (1.1.0)
73+
jekyll-redirect-from (0.10.0)
74+
jekyll (>= 2.0)
75+
jekyll-sass-converter (1.3.0)
76+
sass (~> 3.2)
77+
jekyll-seo-tag (1.4.0)
78+
jekyll (~> 3.0)
79+
jekyll-sitemap (0.10.0)
80+
jekyll-watch (1.4.0)
81+
listen (~> 3.0, < 3.1)
82+
jemoji (0.6.2)
83+
gemoji (~> 2.0)
84+
html-pipeline (~> 2.2)
85+
jekyll (>= 3.0)
86+
json (1.8.3)
87+
kramdown (1.10.0)
88+
liquid (3.0.6)
89+
listen (3.0.6)
90+
rb-fsevent (>= 0.9.3)
91+
rb-inotify (>= 0.9.7)
92+
mercenary (0.3.6)
93+
mini_portile2 (2.0.0)
94+
minitest (5.9.0)
95+
multipart-post (2.0.0)
96+
net-dns (0.8.0)
97+
nokogiri (1.6.7.2)
98+
mini_portile2 (~> 2.0.0.rc2)
99+
octokit (4.3.0)
100+
sawyer (~> 0.7.0, >= 0.5.3)
101+
public_suffix (1.5.3)
102+
rb-fsevent (0.9.7)
103+
rb-inotify (0.9.7)
104+
ffi (>= 0.5.0)
105+
rouge (1.10.1)
106+
safe_yaml (1.0.4)
107+
sass (3.4.22)
108+
sawyer (0.7.0)
109+
addressable (>= 2.3.5, < 2.5)
110+
faraday (~> 0.8, < 0.10)
111+
terminal-table (1.5.2)
112+
thread_safe (0.3.5)
113+
typhoeus (0.8.0)
114+
ethon (>= 0.8.0)
115+
tzinfo (1.2.2)
116+
thread_safe (~> 0.1)
117+
118+
PLATFORMS
119+
ruby
120+
121+
DEPENDENCIES
122+
github-pages
123+
124+
BUNDLED WITH
125+
1.12.4

0 commit comments

Comments
 (0)