From 78c6a086164aa83ce2e4e57daadfbdb53a31a37f Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 31 Dec 2024 11:51:58 -0700 Subject: feat: Add support for Ruby 3.2+ --- spec/integration/core/git_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/integration/core/git_spec.rb') diff --git a/spec/integration/core/git_spec.rb b/spec/integration/core/git_spec.rb index d431dbd..a678269 100644 --- a/spec/integration/core/git_spec.rb +++ b/spec/integration/core/git_spec.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true RSpec.describe Spandx::Core::Git do - subject { described_class.new(url: url) } + subject { described_class.new(url:) } let(:url) { 'https://github.com/spdx/license-list-data.git' } let(:shell) { subject } -- cgit v1.2.3