From e21951d3c54df31a430fae92ff499998427b6a4d Mon Sep 17 00:00:00 2001 From: Andrew Garner Date: Tue, 17 Jan 2023 17:53:57 -0600 Subject: [PATCH] spec: bump ruby dependencies bosh-template 2.4.0 is required when running Ruby v3.2.0 (and possibly earlier). Co-authored-by: Andrew Garner Co-authored-by: Kim Bassett --- spec/Gemfile.lock | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/spec/Gemfile.lock b/spec/Gemfile.lock index 7afb07ef5..cdadabe6b 100644 --- a/spec/Gemfile.lock +++ b/spec/Gemfile.lock @@ -1,22 +1,22 @@ GEM remote: https://rubygems.org/ specs: - bosh-template (2.3.0) + bosh-template (2.4.0) semi_semantic (~> 1.2.0) - diff-lcs (1.3) - rspec (3.8.0) - rspec-core (~> 3.8.0) - rspec-expectations (~> 3.8.0) - rspec-mocks (~> 3.8.0) - rspec-core (3.8.0) - rspec-support (~> 3.8.0) - rspec-expectations (3.8.2) + diff-lcs (1.5.0) + rspec (3.12.0) + rspec-core (~> 3.12.0) + rspec-expectations (~> 3.12.0) + rspec-mocks (~> 3.12.0) + rspec-core (3.12.0) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-mocks (3.8.0) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.8.0) - rspec-support (3.8.0) + rspec-support (~> 3.12.0) + rspec-support (3.12.0) semi_semantic (1.2.0) PLATFORMS @@ -27,4 +27,4 @@ DEPENDENCIES rspec BUNDLED WITH - 2.3.22 + 2.4.4