diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 79ebdef2b..fb3158a26 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -49,7 +49,7 @@ git push You'll need push access to the integration specs repo to do this. You can request access from one of the maintainers when filing your PR. -You must have Xcode 12.5 installed to build the integration specs. +You must have Xcode 13 installed to build the integration specs. ## Making changes to SourceKitten diff --git a/lib/jazzy/highlighter.rb b/lib/jazzy/highlighter.rb index e01cc30b2..2320d98bf 100644 --- a/lib/jazzy/highlighter.rb +++ b/lib/jazzy/highlighter.rb @@ -2,7 +2,7 @@ require 'rouge' -# While Rouge is downlevel (Rouge PR#1715 unmerged) +# While Rouge is downlevel (Rouge PR#1715 unreleased) module Rouge module Lexers class Swift