From b539da063d63e3f9762f8bb482b8f7aea28d63f2 Mon Sep 17 00:00:00 2001 From: Pranav Gawri Date: Thu, 24 Oct 2024 00:48:16 +0530 Subject: [PATCH] Fixing Saas version error. --- Gemfile | 3 +++ documentation/contract_tests.md | 2 ++ 2 files changed, 5 insertions(+) diff --git a/Gemfile b/Gemfile index 13d5e2dcc..4691ea863 100644 --- a/Gemfile +++ b/Gemfile @@ -19,6 +19,9 @@ group :jekyll_plugins do gem "jekyll-tabs" end +# Add sass-embedded explicitly with a stable version +gem "sass-embedded", "~> 1.63" + # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # and associated library. platforms :mingw, :x64_mingw, :mswin, :jruby do diff --git a/documentation/contract_tests.md b/documentation/contract_tests.md index ab109e9ad..aac0c9d12 100644 --- a/documentation/contract_tests.md +++ b/documentation/contract_tests.md @@ -902,6 +902,8 @@ Note the contract-invalid id in the example named `INVALID_ID`. Specmatic accept A contract-invalid example would not be allowed in the example named `SUCCESS`, as it is an example that should trigger a 200 response (and hence must be a contract-valid example). +--- + ## Selectively Running Tests in CI Specmatic provides powerful filtering capabilities to help you run specific tests during development and CI/CD pipelines. You can include or exclude tests based on various criteria such as HTTP methods, paths, status codes, and more.