Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5e93c13

Browse files
committed
Update haml dependency
1 parent 86ea684 commit 5e93c13

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ PATH
22
remote: .
33
specs:
44
syntax_tree-haml (1.3.3)
5-
haml (>= 5.2)
5+
haml (>= 5.2, != 6.0.0)
66
prettier_print
77
syntax_tree (>= 2.0.1)
88

99
GEM
1010
remote: https://rubygems.org/
1111
specs:
1212
docile (1.4.0)
13-
haml (6.0.0)
13+
haml (6.0.3)
1414
temple (>= 0.8.2)
1515
thor
1616
tilt
@@ -23,7 +23,7 @@ GEM
2323
simplecov_json_formatter (~> 0.1)
2424
simplecov-html (0.12.3)
2525
simplecov_json_formatter (0.1.4)
26-
syntax_tree (3.6.0)
26+
syntax_tree (3.6.1)
2727
prettier_print
2828
temple (0.8.2)
2929
thor (1.2.1)

syntax_tree-haml.gemspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ Gem::Specification.new do |spec|
2424
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2525
spec.require_paths = %w[lib]
2626

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"
2829
spec.add_dependency "prettier_print"
2930
spec.add_dependency "syntax_tree", ">= 2.0.1"
3031

0 commit comments

Comments
 (0)