Skip to content

Commit 7a0d710

Browse files
committed
Revert "Revert "Bump middleman + html5-boilerplate dependency to stable 3.x releases""
This reverts commit f4a8c8b. Brought to you, by: Middleman
1 parent f4a8c8b commit 7a0d710

File tree

2 files changed

+85
-56
lines changed

2 files changed

+85
-56
lines changed

Gemfile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source 'https://rubygems.org'
22

33
gem 'rake', '~> 10.0.3'
4-
gem 'sass', '~> 3.2.5'
4+
gem 'sass', '~> 3.4.0'
55
gem 'jquery-middleman', require: false
66
gem 'zurb-foundation', '~> 4.3.2', require: false
7-
gem 'middleman', '~> 3.2.0'
7+
gem 'middleman', '~> 3.4.1'
88
gem 'middleman-deploy', '~> 1.0'
99
gem 'builder'
1010
gem 'sitemap_generator'
@@ -14,9 +14,7 @@ gem 'redcarpet'
1414
gem 'pygments.rb'
1515

1616

17-
gem 'html5-boilerplate', :require => 'html5-boilerplate',
18-
:git => 'https://github.com/edenspiekermann/compass-html5-boilerplate.git',
19-
:branch => 'padrino'
17+
gem 'html5-boilerplate', :require => 'html5-boilerplate'
2018

2119
group :production do
2220
gem 'puma', '~> 1.6.3'

Gemfile.lock

Lines changed: 82 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,107 @@
1-
GIT
2-
remote: https://github.com/edenspiekermann/compass-html5-boilerplate.git
3-
revision: e415a36afe3d5240a46d48d0c7529b92b54d09bf
4-
branch: padrino
5-
specs:
6-
html5-boilerplate (1.0.0)
7-
compass (>= 0.11.1)
8-
91
GEM
102
remote: https://rubygems.org/
113
specs:
12-
activesupport (3.2.22.5)
13-
i18n (~> 0.6, >= 0.6.4)
14-
multi_json (~> 1.0)
4+
activesupport (4.2.10)
5+
i18n (~> 0.7)
6+
minitest (~> 5.1)
7+
thread_safe (~> 0.3, >= 0.3.4)
8+
tzinfo (~> 1.1)
159
builder (3.2.3)
10+
capybara (2.4.4)
11+
mime-types (>= 1.16)
12+
nokogiri (>= 1.3.3)
13+
rack (>= 1.0.0)
14+
rack-test (>= 0.5.4)
15+
xpath (~> 2.0)
1616
chunky_png (1.3.10)
17-
coffee-script (2.2.0)
17+
coffee-script (2.4.1)
1818
coffee-script-source
1919
execjs
2020
coffee-script-source (1.12.2)
21-
compass (0.12.7)
21+
compass (1.0.3)
2222
chunky_png (~> 1.2)
23-
fssm (>= 0.2.7)
24-
sass (~> 3.2.19)
25-
execjs (1.4.1)
23+
compass-core (~> 1.0.2)
24+
compass-import-once (~> 1.0.5)
25+
rb-fsevent (>= 0.9.3)
26+
rb-inotify (>= 0.9)
27+
sass (>= 3.3.13, < 3.5)
28+
compass-core (1.0.3)
2629
multi_json (~> 1.0)
30+
sass (>= 3.3.0, < 3.5)
31+
compass-h5bp (1.0.0)
32+
compass (~> 1.0, >= 1.0.3)
33+
compass-import-once (1.0.5)
34+
sass (>= 3.2, < 3.5)
35+
erubis (2.7.0)
36+
execjs (2.7.0)
2737
ffi (1.9.21)
28-
fssm (0.2.10)
2938
haml (5.0.4)
3039
temple (>= 0.8.0)
3140
tilt
3241
hike (1.2.3)
33-
i18n (0.6.11)
42+
hooks (0.4.1)
43+
uber (~> 0.0.14)
44+
html5-boilerplate (2.1.0)
45+
compass
46+
compass-h5bp
47+
i18n (0.7.0)
3448
icalendar (2.4.1)
3549
jquery-middleman (3.1.2)
3650
thor (>= 0.14, < 2.0)
3751
json (2.1.0)
3852
kramdown (1.16.2)
39-
listen (1.3.1)
40-
rb-fsevent (>= 0.9.3)
41-
rb-inotify (>= 0.9)
42-
rb-kqueue (>= 0.2)
43-
middleman (3.2.2)
44-
coffee-script (~> 2.2.0)
45-
compass (>= 0.12.2)
46-
execjs (~> 1.4.0)
47-
haml (>= 3.1.6)
53+
listen (3.0.8)
54+
rb-fsevent (~> 0.9, >= 0.9.4)
55+
rb-inotify (~> 0.9, >= 0.9.7)
56+
middleman (3.4.1)
57+
coffee-script (~> 2.2)
58+
compass (>= 1.0.0, < 2.0.0)
59+
compass-import-once (= 1.0.5)
60+
execjs (~> 2.0)
61+
haml (>= 4.0.5)
4862
kramdown (~> 1.2)
49-
middleman-core (= 3.2.2)
63+
middleman-core (= 3.4.1)
5064
middleman-sprockets (>= 3.1.2)
51-
sass (>= 3.1.20)
52-
uglifier (~> 2.4.0)
53-
middleman-core (3.2.2)
54-
activesupport (~> 3.2.6)
65+
sass (>= 3.4.0, < 4.0)
66+
uglifier (~> 2.5)
67+
middleman-core (3.4.1)
68+
activesupport (~> 4.1)
5569
bundler (~> 1.1)
56-
i18n (~> 0.6.9)
57-
listen (~> 1.1)
58-
rack (>= 1.4.5)
59-
rack-test (~> 0.6.1)
70+
capybara (~> 2.4.4)
71+
erubis
72+
hooks (~> 0.3)
73+
i18n (~> 0.7.0)
74+
listen (~> 3.0.3)
75+
padrino-helpers (~> 0.12.3)
76+
rack (>= 1.4.5, < 2.0)
6077
thor (>= 0.15.2, < 2.0)
61-
tilt (~> 1.4.1)
78+
tilt (~> 1.4.1, < 2.0)
6279
middleman-deploy (1.0.0)
6380
middleman-core (>= 3.2)
6481
net-sftp
6582
ptools
66-
middleman-sprockets (3.3.3)
67-
middleman-core (>= 3.2)
68-
sprockets (~> 2.2)
83+
middleman-sprockets (3.5.0)
84+
middleman-core (>= 3.3)
85+
sprockets (~> 2.12.1)
6986
sprockets-helpers (~> 1.1.0)
70-
sprockets-sass (~> 1.1.0)
87+
sprockets-sass (~> 1.3.0)
88+
mime-types (3.1)
89+
mime-types-data (~> 3.2015)
90+
mime-types-data (3.2016.0521)
7191
mini_portile2 (2.3.0)
92+
minitest (5.11.3)
7293
multi_json (1.13.1)
7394
net-sftp (2.1.2)
7495
net-ssh (>= 2.6.5)
7596
net-ssh (4.2.0)
7697
nokogiri (1.8.2)
7798
mini_portile2 (~> 2.3.0)
99+
padrino-helpers (0.12.8.1)
100+
i18n (~> 0.6, >= 0.6.7)
101+
padrino-support (= 0.12.8.1)
102+
tilt (~> 1.4.1)
103+
padrino-support (0.12.8.1)
104+
activesupport (>= 3.1)
78105
ptools (1.3.5)
79106
puma (1.6.3)
80107
rack (~> 1.2)
@@ -84,16 +111,14 @@ GEM
84111
rack-contrib (1.8.0)
85112
rack (~> 1.4)
86113
rack-rewrite (1.5.1)
87-
rack-test (0.6.3)
88-
rack (>= 1.0)
114+
rack-test (0.8.2)
115+
rack (>= 1.0, < 3)
89116
rake (10.0.4)
90117
rb-fsevent (0.10.2)
91118
rb-inotify (0.9.10)
92119
ffi (>= 0.5.0, < 2)
93-
rb-kqueue (0.2.5)
94-
ffi (>= 0.5.0)
95120
redcarpet (3.4.0)
96-
sass (3.2.19)
121+
sass (3.4.25)
97122
sitemap_generator (6.0.1)
98123
builder (~> 3.0)
99124
sprockets (2.12.4)
@@ -103,15 +128,21 @@ GEM
103128
tilt (~> 1.1, != 1.3.0)
104129
sprockets-helpers (1.1.0)
105130
sprockets (~> 2.0)
106-
sprockets-sass (1.1.0)
131+
sprockets-sass (1.3.1)
107132
sprockets (~> 2.0)
108133
tilt (~> 1.1)
109134
temple (0.8.0)
110135
thor (0.20.0)
136+
thread_safe (0.3.6)
111137
tilt (1.4.1)
112-
uglifier (2.4.0)
138+
tzinfo (1.2.5)
139+
thread_safe (~> 0.1)
140+
uber (0.0.15)
141+
uglifier (2.7.2)
113142
execjs (>= 0.3.0)
114143
json (>= 1.8.0)
144+
xpath (2.1.0)
145+
nokogiri (~> 1.3)
115146
zurb-foundation (4.3.2)
116147
sass (>= 3.2.0)
117148

@@ -121,10 +152,10 @@ PLATFORMS
121152
DEPENDENCIES
122153
builder
123154
coffee-script
124-
html5-boilerplate!
155+
html5-boilerplate
125156
icalendar
126157
jquery-middleman
127-
middleman (~> 3.2.0)
158+
middleman (~> 3.4.1)
128159
middleman-deploy (~> 1.0)
129160
nokogiri
130161
puma (~> 1.6.3)
@@ -134,7 +165,7 @@ DEPENDENCIES
134165
rake (~> 10.0.3)
135166
rb-inotify (~> 0.9)
136167
redcarpet
137-
sass (~> 3.2.5)
168+
sass (~> 3.4.0)
138169
sitemap_generator
139170
zurb-foundation (~> 4.3.2)
140171

0 commit comments

Comments
 (0)