index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.github
/
workflows
/
sync_default_gems.yml
Age
Commit message (
Expand
)
Author
8 days
Bump the github-actions group across 1 directory with 5 updates
dependabot[bot]
2026-05-13
Bump the github-actions group across 2 directories with 5 updates
dependabot[bot]
2026-04-27
Bump the github-actions group across 1 directory with 2 updates
dependabot[bot]
2026-04-22
Bump the github-actions group across 1 directory with 2 updates
dependabot[bot]
2026-04-16
Bump the github-actions group across 1 directory with 3 updates
dependabot[bot]
2026-04-13
Bump the github-actions group across 2 directories with 4 updates
dependabot[bot]
2026-04-07
Bump the github-actions group across 1 directory with 3 updates
dependabot[bot]
2026-03-31
Add top-level permissions to workflows missing them
Hiroshi SHIBATA
2026-03-30
Bump the github-actions group across 1 directory with 5 updates
dependabot[bot]
2026-03-18
Bump the github-actions group across 1 directory with 2 updates
dependabot[bot]
2026-03-17
Bump the github-actions group across 1 directory with 3 updates
dependabot[bot]
2026-03-15
Bump the github-actions group across 1 directory with 3 updates
dependabot[bot]
2026-03-11
Bump the github-actions group across 1 directory with 2 updates
dependabot[bot]
2026-03-08
Bump the github-actions group across 1 directory with 3 updates
dependabot[bot]
2026-03-04
Bump the github-actions group across 1 directory with 2 updates
dependabot[bot]
2026-02-28
Fix: Set persist-credentials to false for actions/checkout
Hiroshi SHIBATA
2026-02-28
Bump up to latest GitHub Actions versions
Hiroshi SHIBATA
2026-01-22
Bump actions/checkout from 6.0.1 to 6.0.2
dependabot[bot]
2026-01-22
Update the latest versions of actions
Hiroshi SHIBATA
2026-01-06
Update the latest versions of actions
Hiroshi SHIBATA
2025-12-30
Update ruby/setup-ruby action to v1.276.0
Nobuyoshi Nakada
2025-12-26
Enabled auto-update NEWS.md and sync for default gems again
Hiroshi SHIBATA
2025-12-17
Disabled gem sync for Ruby 4.0 release
Hiroshi SHIBATA
2025-12-02
Bump actions/checkout from 6.0.0 to 6.0.1
dependabot[bot]
2025-11-27
Bump actions/checkout from 5.0.1 to 6.0.0
dependabot[bot]
2025-11-17
Bump actions/checkout from 5.0.0 to 5.0.1
dependabot[bot]
2025-11-12
Added email and name for `git pull --rebase`
Hiroshi SHIBATA
2025-11-09
sync_default_gems.yml: Pull --rebase before push
Takashi Kokubun
2025-11-05
Use Ruby 3.4 for sync_default_gems.rb
Hiroshi SHIBATA
2025-10-09
sync_default_gems.yml: Experiment with fetch-depth: 1
Takashi Kokubun
2025-10-09
sync_default_gems.yml: Include the gem name in the job name
Takashi Kokubun
2025-10-09
sync_default_gems.yml: Link the failed diff
Takashi Kokubun
2025-10-09
sync_default_gems.yml: Notify which gem failed
Takashi Kokubun
2025-10-09
sync_default_gems.yml: Notify an extra channel
Takashi Kokubun
2025-10-09
sync_default_gems.yml: Fix the notification condition
Takashi Kokubun
2025-10-06
sync_default_gems.yml: Remove client_payload references
Takashi Kokubun
2025-10-06
sync_default_gems.yml: Remove unused repository_dispatch
Takashi Kokubun
2025-10-06
sync_default_gems.yml: Attempt push only if needed
Takashi Kokubun
2025-10-06
sync_default_gems.yml: Move the git config to the script
Takashi Kokubun
2025-10-06
sync_default_gems.yml: Avoid fetching tags/branches
Takashi Kokubun
2025-10-06
sync_default_gems.yml: Detect past renames
Takashi Kokubun
2025-10-06
sync_default_gems.yml: Fix a wrong job name
Takashi Kokubun
2025-10-06
sync_default_gems.yml: Remove an unmatched paren
Takashi Kokubun
2025-10-06
Add a workflow to sync default gems (#14749)
Takashi Kokubun