diff --git a/Gemfile b/Gemfile index 993cd020ad..7e9f1c3020 100644 --- a/Gemfile +++ b/Gemfile @@ -22,6 +22,6 @@ group :jekyll_plugins do end group :test, :development do - gem 'pronto' + gem 'pronto', '>= 0.11.1' gem 'pronto-markdownlint' end