From 6675e8a04223b3a167c4dc9384038e700c0d9599 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:07:14 -0800 Subject: [PATCH] build(deps-dev): bump rspec-its from 1.3.1 to 2.0.0 (#108) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a41728b..8d455a8 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gemspec group :development, :test do gem "rspec", "~> 3.13" - gem "rspec-its", "~>1.3" + gem "rspec-its", "~>2.0" gem "standard", "~> 1.41.1" gem "pry", "~> 0.14" gem "webmock", "~> 3" diff --git a/Gemfile.lock b/Gemfile.lock index 1e3ac27..788128d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,9 +116,9 @@ GEM rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-its (1.3.1) - rspec-core (>= 3.0.0) - rspec-expectations (>= 3.0.0) + rspec-its (2.0.0) + rspec-core (>= 3.13.0) + rspec-expectations (>= 3.13.0) rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) @@ -177,7 +177,7 @@ DEPENDENCIES cron_to_go_sync! pry (~> 0.14) rspec (~> 3.13) - rspec-its (~> 1.3) + rspec-its (~> 2.0) standard (~> 1.41.1) vcr (~> 6) webmock (~> 3)