From bf7717bc6d091191a7d5c5fb11ad84d9bcba6710 Mon Sep 17 00:00:00 2001 From: Gard Rimestad Date: Mon, 4 Sep 2023 15:05:50 +0200 Subject: [PATCH] chore: update client-specifications to 4.3.3 We added some specifications for some edge cases. The ruby sdk supports this, but nice to have updated the client specifications --- .github/workflows/pull_request.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index ebbe895..61c4bc1 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -50,7 +50,7 @@ jobs: - name: Install dependencies run: bundle install - name: Download test cases - run: git clone --depth 5 --branch v4.3.1 https://github.com/Unleash/client-specification.git client-specification + run: git clone --depth 5 --branch v4.3.3 https://github.com/Unleash/client-specification.git client-specification - name: Run tests run: bundle exec rake env: diff --git a/README.md b/README.md index d2d0466..e0527bf 100644 --- a/README.md +++ b/README.md @@ -528,7 +528,7 @@ You can also run `bin/console` for an interactive prompt that will allow you to This SDK is also built against the Unleash Client Specification tests. To run the Ruby SDK against this test suite, you'll need to have a copy on your machine, you can clone the repository directly using: -`git clone --depth 5 --branch v4.3.1 https://github.com/Unleash/client-specification.git client-specification` +`git clone --depth 5 --branch v4.3.3 https://github.com/Unleash/client-specification.git client-specification` After doing this, `rake spec` will also run the client specification tests.