From d03ebc122f3d692ed78709903115853f029bd002 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:38:27 +0000 Subject: [PATCH] Bump bosh-template from 2.2.1 to 2.4.0 Bumps [bosh-template](https://github.com/cloudfoundry/bosh) from 2.2.1 to 2.4.0. - [Release notes](https://github.com/cloudfoundry/bosh/releases) - [Commits](https://github.com/cloudfoundry/bosh/commits) --- updated-dependencies: - dependency-name: bosh-template dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7c2f1a52..39911d70 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' ruby '~> 2.7' group :development, :test do - gem 'bosh-template', '2.2.1' + gem 'bosh-template', '2.4.0' gem 'rspec' gem 'rspec-its' end diff --git a/Gemfile.lock b/Gemfile.lock index a22585b5..3a9e479f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - bosh-template (2.2.1) + bosh-template (2.4.0) semi_semantic (~> 1.2.0) diff-lcs (1.5.1) rspec (3.13.0) @@ -26,7 +26,6 @@ PLATFORMS ruby DEPENDENCIES - bosh-template (= 2.2.1) + bosh-template (= 2.4.0) rspec rspec-its -