Skip to content

Commit 99f7439

Browse files
znzclaude
andcommitted
Revert temporary bitclust pin, use rurema/bitclust master
--markdowntree が rurema/bitclust master に入った(#189 マージ、 c7500e5e2)ので、CI 用の znz フォーク一時ピン(8f3747e61)を戻す。 lock の解決は BITCLUST_PATH=/nonexistent bundle install で検証済み (git 解決で --markdowntree の存在も確認)。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 21e2557 commit 99f7439

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

Gemfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,5 @@ bitclust_path = ENV.fetch('BITCLUST_PATH', '../bitclust')
1212
if File.directory?(bitclust_path)
1313
path bitclust_path, &bitclust_gems
1414
else
15-
# TODO: 一時ピン。--markdowntree は rurema/bitclust#189 のブランチにのみ
16-
# 存在するため、CI 用にフォークを指す。#189 マージ後に
17-
# rurema/bitclust.git へ戻すこと
18-
git 'https://github.com/znz/bitclust.git',
19-
branch: 'feature/markdown-conversion', &bitclust_gems
15+
git 'https://github.com/rurema/bitclust.git', &bitclust_gems
2016
end

Gemfile.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
GIT
2-
remote: https://github.com/znz/bitclust.git
3-
revision: 3668809a28e4883342795e28b8ff2f7a0371bd25
4-
branch: feature/markdown-conversion
2+
remote: https://github.com/rurema/bitclust.git
3+
revision: c7500e5e2f5d2ed765af5e81e524d7e50734829d
54
specs:
65
bitclust-core (1.4.0)
76
drb

0 commit comments

Comments
 (0)