summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2026-01-26 15:31:35 +0900
committergit <svn-admin@ruby-lang.org>2026-02-13 06:19:28 +0000
commit5d40a6d5875cd740912e115eb6cfa869bb9c875f (patch)
tree6f5f7e9b8450e0e58142a79e69d3b62b572bd55f
parent7e20c950933821dc1ee51f0f1d5d41706206ea24 (diff)
[ruby/rubygems] bin/rubocop -a --only Style/HashSyntax
https://github.com/ruby/rubygems/commit/00db7f4522
-rw-r--r--spec/bundler/install/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
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"