File tree 4 files changed +16
-4
lines changed
app/views/layouts/maintenance_tasks
4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ source "https://rubygems.org"
4
4
5
5
gemspec
6
6
7
+ gem "better_html"
7
8
gem "capybara"
8
9
gem "mocha"
9
10
gem "net-smtp" # mail is missing a dependency on net-smtp https://github.com/mikel/mail/pull/1439
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- maintenance_tasks (1.10.0 )
4
+ maintenance_tasks (1.10.1 )
5
5
actionpack (>= 6.0 )
6
6
activejob (>= 6.0 )
7
7
activerecord (>= 6.0 )
79
79
addressable (2.8.0 )
80
80
public_suffix (>= 2.0.2 , < 5.0 )
81
81
ast (2.4.2 )
82
+ better_html (1.0.16 )
83
+ actionview (>= 4.0 )
84
+ activesupport (>= 4.0 )
85
+ ast (~> 2.0 )
86
+ erubi (~> 1.4 )
87
+ html_tokenizer (~> 0.0.6 )
88
+ parser (>= 2.4 )
89
+ smart_properties
82
90
builder (3.2.4 )
83
91
byebug (11.1.3 )
84
92
capybara (3.36.0 )
98
106
erubi (1.10.0 )
99
107
globalid (1.0.0 )
100
108
activesupport (>= 5.0 )
109
+ html_tokenizer (0.0.7 )
101
110
i18n (1.10.0 )
102
111
concurrent-ruby (~> 1.0 )
103
112
job-iteration (1.3.6 )
202
211
childprocess (>= 0.5 , < 5.0 )
203
212
rexml (~> 3.2 , >= 3.2.5 )
204
213
rubyzip (>= 1.2.2 )
214
+ smart_properties (1.17.0 )
205
215
sprockets (4.0.2 )
206
216
concurrent-ruby (~> 1.0 )
207
217
rack (> 1 , < 3 )
@@ -236,6 +246,7 @@ PLATFORMS
236
246
x86_64-linux
237
247
238
248
DEPENDENCIES
249
+ better_html
239
250
capybara
240
251
maintenance_tasks !
241
252
mocha
Original file line number Diff line number Diff line change 54
54
</ script >
55
55
</ head >
56
56
57
- < body < %= " data-refresh" if defined? ( @refresh ) && @refresh %> >
57
+ <%= tag . body ( data : { refresh : defined? ( @refresh ) && @refresh } ) do % >
58
58
<%= render 'layouts/maintenance_tasks/navbar' %>
59
59
60
60
< section class ="section ">
68
68
<%= yield %>
69
69
</ div >
70
70
</ div >
71
- </ body >
71
+ <% end % >
72
72
</ html >
Original file line number Diff line number Diff line change 2
2
3
3
Gem ::Specification . new do |spec |
4
4
spec . name = "maintenance_tasks"
5
- spec . version = "1.10.0 "
5
+ spec . version = "1.10.1 "
6
6
spec . author = "Shopify Engineering"
7
7
8
8
spec . homepage = "https://github.com/Shopify/maintenance_tasks"
You can’t perform that action at this time.
0 commit comments