From 5d40a6d5875cd740912e115eb6cfa869bb9c875f Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 26 Jan 2026 15:31:35 +0900 Subject: [ruby/rubygems] bin/rubocop -a --only Style/HashSyntax https://github.com/ruby/rubygems/commit/00db7f4522 --- spec/bundler/install/git_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/bundler/install/git_spec.rb b/spec/bundler/install/git_spec.rb index 6ecf3574d7..b711f6e614 100644 --- a/spec/bundler/install/git_spec.rb +++ b/spec/bundler/install/git_spec.rb @@ -292,7 +292,7 @@ RSpec.describe "bundle install" do end describe "with excluded groups" do - it "works if you exclude a group with a git gem", :ruby => ">= 3.3" do + it "works if you exclude a group with a git gem", ruby: ">= 3.3" do build_git "production_gem", "1.0" build_git "development_gem", "1.0" -- cgit v1.2.3