8000 Merge pull request #67 from ruby/enable-auto-sync · ruby/git.ruby-lang.org@85f1351 · GitHub
[go: up one dir, main page]

Skip to content

Commit 85f1351

Browse files
authored
Merge pull request #67 from ruby/enable-auto-sync
Enable auto-sync for default gems again
2 parents e4ce34e + dd4f939 commit 85f1351

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
@@ -137,7 +137,7 @@ class PushHook
137137
rubygems/rubygems
138138
]
139139
# Set false to stop sync before a release
140-
DEFAULT_GEM_SYNC_ENABLED = false
140+
DEFAULT_GEM_SYNC_ENABLED = true
141141

142142
def initialize(logger:)
143143
@logger = logger

0 commit comments

Comments
 (0)
0