File tree Expand file tree Collapse file tree 4 files changed +33
-31
lines changed Expand file tree Collapse file tree 4 files changed +33
-31
lines changed Original file line number Diff line number Diff line change 1
- 2.2.3
1
+ 2.3.0
Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- ruby '2.2.3 '
3
+ ruby '2.3.0 '
4
4
5
5
gem 'rake' , '~> 10.0.3'
6
6
gem 'sass' , '~> 3.2.5'
Original file line number Diff line number Diff line change 9
9
GEM
10
10
remote: https://rubygems.org/
11
11
specs:
12
- activesupport (3.2.22 )
12
+ activesupport (3.2.22.2 )
13
13
i18n (~> 0.6 , >= 0.6.4 )
14
14
multi_json (~> 1.0 )
15
- builder (3.2.0 )
16
- chunky_png (1.2.7 )
15
+ builder (3.2.2 )
16
+ chunky_png (1.3.5 )
17
17
coffee-script (2.2.0 )
18
18
coffee-script-source
19
19
execjs
20
- coffee-script-source (1.3.3 )
21
- compass (0.12.2 )
20
+ coffee-script-source (1.10.0 )
21
+ compass (0.12.7 )
22
22
chunky_png (~> 1.2 )
23
23
fssm (>= 0.2.7 )
24
- sass (~> 3.1 )
25
- execjs (1.4.0 )
24
+ sass (~> 3.2.19 )
25
+ execjs (1.4.1 )
26
26
multi_json (~> 1.0 )
27
27
ffi (1.9.10 )
28
28
fssm (0.2.10 )
29
+ git-version-bump (0.15.1 )
29
30
haml (4.0.7 )
30
31
tilt
31
32
hike (1.2.3 )
32
33
i18n (0.6.11 )
33
- icalendar (1.2.2 )
34
+ icalendar (2.3.0 )
34
35
json (1.8.3 )
35
- kramdown (1.9 .0 )
36
+ kramdown (1.10 .0 )
36
37
listen (1.3.1 )
37
38
rb-fsevent (>= 0.9.3 )
38
39
rb-inotify (>= 0.9 )
65
66
sprockets (~> 2.2 )
66
67
sprockets-helpers (~> 1.1.0 )
67
68
sprockets-sass (~> 1.1.0 )
68
- mini_portile ( 0.6.2 )
69
+ mini_portile2 ( 2.0.0 )
69
70
multi_json (1.11.2 )
70
71
net-sftp (2.1.2 )
71
72
net-ssh (>= 2.6.5 )
72
- net-ssh (3.0.1 )
73
- nokogiri (1.6.6 .2 )
74
- mini_portile (~> 0.6.0 )
75
- posix-spawn (0.3.6 )
73
+ net-ssh (3.0.2 )
74
+ nokogiri (1.6.7 .2 )
75
+ mini_portile2 (~> 2.0.0.rc2 )
76
+ posix-spawn (0.3.11 )
76
77
ptools (1.3.3 )
77
78
puma (1.6.3 )
78
79
rack (~> 1.2 )
79
- pygments.rb (0.4.2 )
80
+ pygments.rb (0.6.3 )
80
81
posix-spawn (~> 0.3.6 )
81
- yajl-ruby (~> 1.1 .0 )
82
+ yajl-ruby (~> 1.2 .0 )
82
83
rack (1.6.4 )
83
- rack-contrib (1.1.0 )
84
- rack (>= 0.9.1 )
85
- rack-rewrite (1.3.3 )
84
+ rack-contrib (1.4.0 )
85
+ git-version-bump (~> 0.15 )
86
+ rack (~> 1.4 )
87
+ rack-rewrite (1.5.1 )
86
88
rack-test (0.6.3 )
87
89
rack (>= 1.0 )
88
- rake (10.0.3 )
89
- rb-fsevent (0.9.6 )
90
- rb-inotify (0.9.5 )
90
+ rake (10.0.4 )
91
+ rb-fsevent (0.9.7 )
92
+ rb-inotify (0.9.7 )
91
93
ffi (>= 0.5.0 )
92
94
rb-kqueue (0.2.4 )
93
95
ffi (>= 0.5.0 )
94
- redcarpet (2.2.2 )
95
- sass (3.2.6 )
96
- sitemap_generator (3.4 )
96
+ redcarpet (3.3.4 )
97
+ sass (3.2.19 )
98
+ sitemap_generator (5.1.0 )
97
99
builder
98
100
sprockets (2.12.4 )
99
101
hike (~> 1.2 )
110
112
uglifier (2.4.0 )
111
113
execjs (>= 0.3.0 )
112
114
json (>= 1.8.0 )
113
- yajl-ruby (1.1.0 )
114
- zurb-foundation (4.0.5 )
115
+ yajl-ruby (1.2.1 )
116
+ zurb-foundation (4.0.9 )
115
117
sass (>= 3.2.0 )
116
118
117
119
PLATFORMS
@@ -137,4 +139,4 @@ DEPENDENCIES
137
139
zurb-foundation (~> 4.0.5 )
138
140
139
141
BUNDLED WITH
140
- 1.10.6
142
+ 1.11.2
Original file line number Diff line number Diff line change 9
9
10
10
Provided you have RVM installed, installation should require ** 4 Steps** :
11
11
12
- rvm 2.2.3
12
+ rvm 2.3.0
13
13
rvm gemset create middleman
14
14
gem install bundler
15
15
bundle install
You can’t perform that action at this time.
0 commit comments