Skip to content

Commit 2727c9b

Browse files
committed
restore Gemfile.lock
1 parent 19805bc commit 2727c9b

File tree

2 files changed

+88
-1
lines changed

2 files changed

+88
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ _site
55
_drafts/
66
.bundle
77
vendor
8-
Gemfile.lock

Gemfile.lock

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.5.2)
5+
public_suffix (>= 2.0.2, < 4.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.0.5)
8+
deep_merge (1.2.1)
9+
em-websocket (0.5.1)
10+
eventmachine (>= 0.12.9)
11+
http_parser.rb (~> 0.6.0)
12+
eventmachine (1.2.7)
13+
ffi (1.9.25)
14+
forwardable-extended (2.6.0)
15+
http_parser.rb (0.6.0)
16+
i18n (0.9.5)
17+
concurrent-ruby (~> 1.0)
18+
image_processing (1.9.0)
19+
mini_magick (>= 4.9.3, < 5)
20+
ruby-vips (>= 2.0.13, < 3)
21+
jekyll (3.8.4)
22+
addressable (~> 2.4)
23+
colorator (~> 1.0)
24+
em-websocket (~> 0.5)
25+
i18n (~> 0.7)
26+
jekyll-sass-converter (~> 1.0)
27+
jekyll-watch (~> 2.0)
28+
kramdown (~> 1.14)
29+
liquid (~> 4.0)
30+
mercenary (~> 0.3.3)
31+
pathutil (~> 0.9)
32+
rouge (>= 1.7, < 4)
33+
safe_yaml (~> 1.0)
34+
jekyll-get-json (0.0.1)
35+
deep_merge (~> 1.2)
36+
jekyll (~> 3.0)
37+
jekyll-paginate (1.1.0)
38+
jekyll-redirect-from (0.15.0)
39+
jekyll (>= 3.3, < 5.0)
40+
jekyll-sass-converter (1.5.2)
41+
sass (~> 3.4)
42+
jekyll-seo-tag (2.5.0)
43+
jekyll (~> 3.3)
44+
jekyll-sitemap (1.2.0)
45+
jekyll (~> 3.3)
46+
jekyll-watch (2.1.2)
47+
listen (~> 3.0)
48+
kramdown (1.17.0)
49+
liquid (4.0.1)
50+
listen (3.1.5)
51+
rb-fsevent (~> 0.9, >= 0.9.4)
52+
rb-inotify (~> 0.9, >= 0.9.7)
53+
ruby_dep (~> 1.2)
54+
mercenary (0.3.6)
55+
mini_magick (4.9.5)
56+
pathutil (0.16.1)
57+
forwardable-extended (~> 2.6)
58+
public_suffix (3.0.3)
59+
rake (12.3.3)
60+
rb-fsevent (0.10.3)
61+
rb-inotify (0.9.10)
62+
ffi (>= 0.5.0, < 2)
63+
rouge (3.3.0)
64+
ruby-vips (2.0.13)
65+
ffi (~> 1.9)
66+
ruby_dep (1.5.0)
67+
safe_yaml (1.0.4)
68+
sass (3.6.0)
69+
sass-listen (~> 4.0.0)
70+
sass-listen (4.0.0)
71+
rb-fsevent (~> 0.9, >= 0.9.4)
72+
rb-inotify (~> 0.9, >= 0.9.7)
73+
74+
PLATFORMS
75+
ruby
76+
77+
DEPENDENCIES
78+
image_processing
79+
jekyll (~> 3.8.4)
80+
jekyll-get-json (~> 0.0.1)
81+
jekyll-paginate
82+
jekyll-redirect-from
83+
jekyll-seo-tag
84+
jekyll-sitemap
85+
rake
86+
87+
BUNDLED WITH
88+
2.1.4

0 commit comments

Comments
 (0)