Skip to content

Commit 8093991

Browse files
committed
Disabled auto-sync for Ruby 3.4.0 release
1 parent 25ed7a4 commit 8093991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cgi-bin/webhook.cgi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class PushHook
126126
rubygems/rubygems
127127
]
128128
# Set false to stop sync before a release
129-
DEFAULT_GEM_SYNC_ENABLED = true
129+
DEFAULT_GEM_SYNC_ENABLED = false
130130

131131
def initialize(logger:)
132132
@logger = logger

0 commit comments

Comments
 (0)