summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"