Skip to content

Commit 47fbd7f

Browse files
committed
bring Gemfile.lock back to repo
- also temporarily remove jekyll-multiple-languages to avoid problems
1 parent b9a0f60 commit 47fbd7f

File tree

3 files changed

+88
-2
lines changed

3 files changed

+88
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ _site
22
_site_local
33
.DS_Store
44
reference/cmsis-plus/
5-
Gemfile.lock

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ gem 'jekyll'
55
group :jekyll_plugins do
66
gem 'jekyll-watch'
77
gem 'jekyll-last-modified-at'
8-
gem 'jekyll-multiple-languages'
8+
# gem 'jekyll-multiple-languages'
99
gem 'jekyll-mentions'
1010
gem 'jemoji'
1111
gem 'jekyll-redirect-from'

Gemfile.lock

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (4.2.7.1)
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+
colorator (1.1.0)
12+
ffi (1.9.14)
13+
forwardable-extended (2.6.0)
14+
gemoji (2.1.0)
15+
html-pipeline (2.4.2)
16+
activesupport (>= 2)
17+
nokogiri (>= 1.4)
18+
i18n (0.7.0)
19+
jekyll (3.2.1)
20+
colorator (~> 1.0)
21+
jekyll-sass-converter (~> 1.0)
22+
jekyll-watch (~> 1.1)
23+
kramdown (~> 1.3)
24+
liquid (~> 3.0)
25+
mercenary (~> 0.3.3)
26+
pathutil (~> 0.9)
27+
rouge (~> 1.7)
28+
safe_yaml (~> 1.0)
29+
jekyll-last-modified-at (0.3.4)
30+
jekyll
31+
jekyll-mentions (1.1.3)
32+
html-pipeline (~> 2.3)
33+
jekyll (~> 3.0)
34+
jekyll-paginate (1.1.0)
35+
jekyll-redirect-from (0.11.0)
36+
jekyll (>= 2.0)
37+
jekyll-sass-converter (1.4.0)
38+
sass (~> 3.4)
39+
jekyll-sitemap (0.11.0)
40+
addressable (~> 2.4.0)
41+
jekyll-watch (1.5.0)
42+
listen (~> 3.0, < 3.1)
43+
jemoji (0.7.0)
44+
activesupport (~> 4.0)
45+
gemoji (~> 2.0)
46+
html-pipeline (~> 2.2)
47+
jekyll (>= 3.0)
48+
json (1.8.3)
49+
kramdown (1.11.1)
50+
liquid (3.0.6)
51+
listen (3.0.8)
52+
rb-fsevent (~> 0.9, >= 0.9.4)
53+
rb-inotify (~> 0.9, >= 0.9.7)
54+
mercenary (0.3.6)
55+
mini_portile2 (2.1.0)
56+
minitest (5.9.0)
57+
nokogiri (1.6.8)
58+
mini_portile2 (~> 2.1.0)
59+
pkg-config (~> 1.1.7)
60+
pathutil (0.14.0)
61+
forwardable-extended (~> 2.6)
62+
pkg-config (1.1.7)
63+
rb-fsevent (0.9.7)
64+
rb-inotify (0.9.7)
65+
ffi (>= 0.5.0)
66+
rouge (1.11.1)
67+
safe_yaml (1.0.4)
68+
sass (3.4.22)
69+
thread_safe (0.3.5)
70+
tzinfo (1.2.2)
71+
thread_safe (~> 0.1)
72+
73+
PLATFORMS
74+
ruby
75+
76+
DEPENDENCIES
77+
jekyll
78+
jekyll-last-modified-at
79+
jekyll-mentions
80+
jekyll-paginate
81+
jekyll-redirect-from
82+
jekyll-sitemap
83+
jekyll-watch
84+
jemoji
85+
86+
BUNDLED WITH
87+
1.12.5

0 commit comments

Comments
 (0)