File tree 3 files changed +20
-129
lines changed
3 files changed +20
-129
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ gem 'sass'
6
6
gem 'coffee-script'
7
7
gem 'rake'
8
8
gem 'bootstrap-sass'
9
+ gem 'actionview'
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
+ actionview (4.1.7 )
5
+ activesupport (= 4.1.7 )
6
+ builder (~> 3.1 )
7
+ erubis (~> 2.7.0 )
8
+ activesupport (4.1.7 )
9
+ i18n (~> 0.6 , >= 0.6.9 )
10
+ json (~> 1.7 , >= 1.7.7 )
11
+ minitest (~> 5.1 )
12
+ thread_safe (~> 0.1 )
13
+ tzinfo (~> 1.1 )
4
14
bootstrap-sass (3.3.0.1 )
5
15
sass (~> 3.2 )
16
+ builder (3.2.2 )
6
17
coffee-script (2.3.0 )
7
18
coffee-script-source
8
19
execjs
9
20
coffee-script-source (1.8.0 )
21
+ erubis (2.7.0 )
10
22
execjs (2.2.2 )
11
23
haml (4.0.5 )
12
24
tilt
25
+ i18n (0.6.11 )
26
+ json (1.8.1 )
27
+ minitest (5.4.2 )
13
28
rake (10.1.0 )
14
29
sass (3.4.7 )
30
+ thread_safe (0.3.4 )
15
31
tilt (2.0.1 )
32
+ tzinfo (1.2.2 )
33
+ thread_safe (~> 0.1 )
16
34
17
35
PLATFORMS
18
36
ruby
19
37
20
38
DEPENDENCIES
39
+ actionview
21
40
bootstrap-sass
22
41
coffee-script
23
42
haml
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments