Skip to content

Commit 9cf6ae9

Browse files
author
Shamim
committed
adding rails to gemfile for ninefold validation
1 parent a5e1a71 commit 9cf6ae9

File tree

2 files changed

+133
-56
lines changed

2 files changed

+133
-56
lines changed

Gemfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ source 'https://rubygems.org'
22

33
ruby "2.1.2"
44

5-
gem "middleman", "~>3.2.0"
5+
gem 'rails', "4.0.4" # ninefold requirement
6+
gem "sass-rails"
7+
8+
gem "middleman", "~>3.3.2"
69
gem "bourbon"
710
gem "neat"
811
gem "slim"

Gemfile.lock

Lines changed: 129 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,124 @@
11
GIT
22
remote: git://github.com/middleman/middleman-syntax.git
3-
revision: dbe60bf10437427009b54f5d5508547ccdb396c5
3+
revision: 8874c7aca904c96589ccd2ee031082fc2df69f7d
44
specs:
5-
middleman-syntax (1.3.0)
6-
middleman-core (~> 3.0)
5+
middleman-syntax (2.0.0)
6+
middleman-core (~> 3.2)
77
rouge (~> 1.0)
88

99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
activesupport (3.2.16)
13-
i18n (~> 0.6, >= 0.6.4)
14-
multi_json (~> 1.0)
15-
bourbon (3.1.8)
16-
sass (>= 3.2.0)
12+
actionmailer (4.0.4)
13+
actionpack (= 4.0.4)
14+
mail (~> 2.5.4)
15+
actionpack (4.0.4)
16+
activesupport (= 4.0.4)
17+
builder (~> 3.1.0)
18+
erubis (~> 2.7.0)
19+
rack (~> 1.5.2)
20+
rack-test (~> 0.6.2)
21+
activemodel (4.0.4)
22+
activesupport (= 4.0.4)
23+
builder (~> 3.1.0)
24+
activerecord (4.0.4)
25+
activemodel (= 4.0.4)
26+
activerecord-deprecated_finders (~> 1.0.2)
27+
activesupport (= 4.0.4)
28+
arel (~> 4.0.0)
29+
activerecord-deprecated_finders (1.0.3)
30+
activesupport (4.0.4)
31+
i18n (~> 0.6, >= 0.6.9)
32+
minitest (~> 4.2)
33+
multi_json (~> 1.3)
34+
thread_safe (~> 0.1)
35+
tzinfo (~> 0.3.37)
36+
arel (4.0.2)
37+
bourbon (3.2.1)
38+
sass (~> 3.2)
1739
thor
18-
chunky_png (1.2.9)
40+
builder (3.1.4)
41+
chunky_png (1.3.1)
1942
coffee-script (2.2.0)
2043
coffee-script-source
2144
execjs
22-
coffee-script-source (1.6.3)
23-
compass (0.12.2)
45+
coffee-script-source (1.7.0)
46+
compass (0.12.6)
2447
chunky_png (~> 1.2)
2548
fssm (>= 0.2.7)
26-
sass (~> 3.1)
27-
em-websocket (0.5.0)
49+
sass (~> 3.2.19)
50+
compass-import-once (1.0.4)
51+
sass (>= 3.2, < 3.5)
52+
em-websocket (0.5.1)
2853
eventmachine (>= 0.12.9)
29-
http_parser.rb (~> 0.5.3)
54+
http_parser.rb (~> 0.6.0)
55+
erubis (2.7.0)
3056
eventmachine (1.0.3)
31-
execjs (1.4.0)
32-
multi_json (~> 1.0)
57+
execjs (2.0.2)
3358
ffi (1.9.3)
3459
fssm (0.2.10)
35-
haml (4.0.4)
60+
haml (4.0.5)
3661
tilt
3762
hike (1.2.3)
38-
http_parser.rb (0.5.3)
63+
hooks (0.4.0)
64+
uber (~> 0.0.4)
65+
http_parser.rb (0.6.0)
3966
i18n (0.6.9)
40-
kramdown (1.3.0)
67+
json (1.8.1)
68+
kramdown (1.3.3)
4169
listen (1.3.1)
4270
rb-fsevent (>= 0.9.3)
4371
rb-inotify (>= 0.9)
4472
rb-kqueue (>= 0.2)
45-
middleman (3.2.0)
73+
mail (2.5.4)
74+
mime-types (~> 1.16)
75+
treetop (~> 1.4.8)
76+
middleman (3.3.2)
4677
coffee-script (~> 2.2.0)
47-
compass (>= 0.12.2)
48-
execjs (~> 1.4.0)
49-
haml (>= 3.1.6)
78+
compass (>= 0.12.4)
79+
compass-import-once (~> 1.0.4)
80+
execjs (~> 2.0)
81+
haml (>= 4.0.5)
5082
kramdown (~> 1.2)
51-
middleman-core (= 3.2.0)
83+
middleman-core (= 3.3.2)
5284
middleman-sprockets (>= 3.1.2)
53-
sass (>= 3.1.20)
54-
uglifier (~> 2.1.0)
55-
middleman-core (3.2.0)
56-
activesupport (~> 3.2.6)
85+
sass (>= 3.2.17, < 4.0)
86+
uglifier (~> 2.5)
87+
middleman-core (3.3.2)
88+
activesupport (~> 4.0.1)
5789
bundler (~> 1.1)
58-
i18n (~> 0.6.1)
90+
erubis
91+
hooks (~> 0.3)
92+
i18n (~> 0.6.9)
5993
listen (~> 1.1)
60-
rack (>= 1.4.5)
61-
rack-test (~> 0.6.1)
94+
padrino-helpers (~> 0.12.1)
95+
rack (>= 1.4.5, < 2.0)
96+
rack-test (~> 0.6.2)
6297
thor (>= 0.15.2, < 2.0)
63-
tilt (~> 1.3.6)
64-
middleman-livereload (3.1.0)
98+
tilt (~> 1.4.1, < 2.0)
99+
middleman-livereload (3.1.1)
65100
em-websocket (>= 0.2.0)
66101
middleman-core (>= 3.0.2)
67102
multi_json (~> 1.0)
68103
rack-livereload
69-
middleman-sprockets (3.2.0)
70-
middleman-core (~> 3.2)
71-
sprockets (~> 2.1)
72-
sprockets-helpers (~> 1.0.0)
73-
sprockets-sass (~> 1.0.0)
74-
multi_json (1.8.2)
75-
neat (1.5.0)
76-
bourbon (>= 2.1)
77-
sass (>= 3.2)
104+
middleman-sprockets (3.3.3)
105+
middleman-core (>= 3.2)
106+
sprockets (~> 2.2)
107+
sprockets-helpers (~> 1.1.0)
108+
sprockets-sass (~> 1.1.0)
109+
mime-types (1.25.1)
110+
minitest (4.7.5)
111+
multi_json (1.10.1)
112+
neat (1.5.1)
113+
bourbon (>= 3.1)
114+
sass (~> 3.2.19)
115+
padrino-helpers (0.12.2)
116+
i18n (~> 0.6, >= 0.6.7)
117+
padrino-support (= 0.12.2)
118+
tilt (~> 1.4.1)
119+
padrino-support (0.12.2)
120+
activesupport (>= 3.1)
121+
polyglot (0.3.4)
78122
puma (2.8.2)
79123
rack (>= 1.1, < 2.0)
80124
rack (1.5.2)
@@ -84,42 +128,72 @@ GEM
84128
rack
85129
rack-test (0.6.2)
86130
rack (>= 1.0)
87-
rb-fsevent (0.9.3)
88-
rb-inotify (0.9.3)
131+
rails (4.0.4)
132+
actionmailer (= 4.0.4)
133+
actionpack (= 4.0.4)
134+
activerecord (= 4.0.4)
135+
activesupport (= 4.0.4)
136+
bundler (>= 1.3.0, < 2.0)
137+
railties (= 4.0.4)
138+
sprockets-rails (~> 2.0.0)
139+
railties (4.0.4)
140+
actionpack (= 4.0.4)
141+
activesupport (= 4.0.4)
142+
rake (>= 0.8.7)
143+
thor (>= 0.18.1, < 2.0)
144+
rake (10.3.2)
145+
rb-fsevent (0.9.4)
146+
rb-inotify (0.9.4)
89147
ffi (>= 0.5.0)
90-
rb-kqueue (0.2.0)
148+
rb-kqueue (0.2.2)
91149
ffi (>= 0.5.0)
92-
rouge (1.2.0)
93-
sass (3.2.12)
150+
rouge (1.3.4)
151+
sass (3.2.19)
152+
sass-rails (4.0.1)
153+
railties (>= 4.0.0, < 5.0)
154+
sass (>= 3.1.10)
155+
sprockets-rails (~> 2.0.0)
94156
slim (2.0.2)
95157
temple (~> 0.6.6)
96158
tilt (>= 1.3.3, < 2.1)
97-
sprockets (2.10.1)
159+
sprockets (2.12.1)
98160
hike (~> 1.2)
99161
multi_json (~> 1.0)
100162
rack (~> 1.0)
101163
tilt (~> 1.1, != 1.3.0)
102-
sprockets-helpers (1.0.1)
164+
sprockets-helpers (1.1.0)
103165
sprockets (~> 2.0)
104-
sprockets-sass (1.0.2)
166+
sprockets-rails (2.0.1)
167+
actionpack (>= 3.0)
168+
activesupport (>= 3.0)
169+
sprockets (~> 2.8)
170+
sprockets-sass (1.1.0)
105171
sprockets (~> 2.0)
106172
tilt (~> 1.1)
107173
temple (0.6.7)
108-
thor (0.18.1)
109-
tilt (1.3.7)
110-
uglifier (2.1.2)
174+
thor (0.19.1)
175+
thread_safe (0.3.3)
176+
tilt (1.4.1)
177+
treetop (1.4.15)
178+
polyglot
179+
polyglot (>= 0.3.1)
180+
tzinfo (0.3.39)
181+
uber (0.0.6)
182+
uglifier (2.5.0)
111183
execjs (>= 0.3.0)
112-
multi_json (~> 1.0, >= 1.0.2)
184+
json (>= 1.8.0)
113185

114186
PLATFORMS
115187
ruby
116188

117189
DEPENDENCIES
118190
bourbon
119-
middleman (~> 3.2.0)
191+
middleman (~> 3.3.2)
120192
middleman-livereload (~> 3.1.0)
121193
middleman-syntax!
122194
neat
123195
puma
124196
rack-contrib
197+
rails (= 4.0.4)
198+
sass-rails
125199
slim

0 commit comments

Comments
 (0)