Skip to content

Commit 6ecf4ce

Browse files
committed
Lock middleman-syntax to v3.6+
v3.6 actually had an issue that has been solved by the release of v3.6.1 it was causing our tests to fail here, but has been fixed upstream: https://github.com/middleman/middleman-syntax/releases/tag/v3.6.1 middleman/middleman-syntax#94 Theoretically doing nothing is fine, but thought, why not push this up to 3.6+ whilst we're at it. Especially if thats what we're testing against now with new Lexer options
1 parent 544801b commit 6ecf4ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

govuk_tech_docs.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Gem::Specification.new do |spec|
4848
spec.add_dependency "middleman-livereload"
4949
spec.add_dependency "middleman-search-gds"
5050
spec.add_dependency "middleman-sprockets", "~> 4.0.0"
51-
spec.add_dependency "middleman-syntax", "~> 3.4"
51+
spec.add_dependency "middleman-syntax", "~> 3.6"
5252
spec.add_dependency "mutex_m" # TODO: remove once activesupport declares this itself.
5353
spec.add_dependency "nokogiri"
5454
spec.add_dependency "openapi3_parser", "~> 0.9.0"

0 commit comments

Comments
 (0)