From 0db47d2cc1c253248712f77a6f97db2203fa019a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Oct 2022 12:00:17 +0000 Subject: [PATCH] Update rspec requirement from ~> 3.11.0 to ~> 3.12.0 Updates the requirements on [rspec](https://github.com/rspec/rspec-metagem) to permit the latest version. - [Release notes](https://github.com/rspec/rspec-metagem/releases) - [Commits](https://github.com/rspec/rspec-metagem/compare/v3.11.0...v3.12.0) --- updated-dependencies: - dependency-name: rspec dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- jekyll-github-metadata.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll-github-metadata.gemspec b/jekyll-github-metadata.gemspec index 80c3c2f..2956280 100644 --- a/jekyll-github-metadata.gemspec +++ b/jekyll-github-metadata.gemspec @@ -23,6 +23,6 @@ Gem::Specification.new do |spec| spec.add_development_dependency "netrc" spec.add_development_dependency "pry" spec.add_development_dependency "rake" - spec.add_development_dependency "rspec", "~> 3.11.0" + spec.add_development_dependency "rspec", "~> 3.12.0" spec.add_development_dependency "rubocop-jekyll", "~> 0.12.0" end