From 719667ba962454daa63418fe7ad75ecc482af94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 07:51:56 -0700 Subject: [PATCH] Update rspec requirement from ~> 3.12.0 to ~> 3.13.0 (#604) Updates the requirements on [rspec](https://github.com/rspec/rspec-metagem) to permit the latest version. - [Commits](https://github.com/rspec/rspec-metagem/compare/v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: rspec dependency-type: direct:development ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- netsuite.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netsuite.gemspec b/netsuite.gemspec index f902cab6b..0cac749f3 100644 --- a/netsuite.gemspec +++ b/netsuite.gemspec @@ -22,6 +22,6 @@ Gem::Specification.new do |gem| gem.add_dependency 'savon', '>= 2.3.0', '!= 2.13.0' - gem.add_development_dependency 'rspec', '~> 3.12.0' + gem.add_development_dependency 'rspec', '~> 3.13.0' gem.add_development_dependency 'rake', '~> 12.3.3' end