File tree 2 files changed +5
-4
lines changed 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
remote: .
3
3
specs:
4
4
syntax_tree-haml (1.3.3 )
5
- haml (>= 5.2 )
5
+ haml (>= 5.2 , != 6.0.0 )
6
6
prettier_print
7
7
syntax_tree (>= 2.0.1 )
8
8
9
9
GEM
10
10
remote: https://rubygems.org/
11
11
specs:
12
12
docile (1.4.0 )
13
- haml (6.0.0 )
13
+ haml (6.0.3 )
14
14
temple (>= 0.8.2 )
15
15
thor
16
16
tilt
23
23
simplecov_json_formatter (~> 0.1 )
24
24
simplecov-html (0.12.3 )
25
25
simplecov_json_formatter (0.1.4 )
26
- syntax_tree (3.6.0 )
26
+ syntax_tree (3.6.1 )
27
27
prettier_print
28
28
temple (0.8.2 )
29
29
thor (1.2.1 )
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ Gem::Specification.new do |spec|
24
24
spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
25
25
spec . require_paths = %w[ lib ]
26
26
27
- spec . add_dependency "haml" , ">= 5.2"
27
+ # Can't use 6.0.0 due to https://github.com/haml/haml/issues/1085
28
+ spec . add_dependency "haml" , ">= 5.2" , "!= 6.0.0"
28
29
spec . add_dependency "prettier_print"
29
30
spec . add_dependency "syntax_tree" , ">= 2.0.1"
30
31
You can’t perform that action at this time.
0 commit comments