Skip to content

Commit 8f3747e

Browse files
znzclaude
andcommitted
Temporarily pin bitclust to znz fork for CI
--markdowntree オプションは rurema/bitclust#189(feature/markdown-conversion、 レビュー中)にのみ存在するため、Gemfile の git フォールバックと Gemfile.lock を znz フォークの同ブランチ(7b32aeb)へ一時ピンする。 これで PR のレビュー中も CI が通る。 **rurema/bitclust#189 のマージ後に revert して rurema/bitclust.git へ 戻すこと**(Gemfile 内 TODO コメント参照)。 検証: BITCLUST_PATH=/nonexistent(= CI と同じ git ソース解決)で bundle install → bitclust update --help に --markdowntree が存在、 rake generate:3.4 成功(source_format=markdown)。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 6102f55 commit 8f3747e

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

Gemfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@ bitclust_path = ENV.fetch('BITCLUST_PATH', '../bitclust')
1212
if File.directory?(bitclust_path)
1313
path bitclust_path, &bitclust_gems
1414
else
15-
git 'https://github.com/rurema/bitclust.git', &bitclust_gems
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
1620
end

Gemfile.lock

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
GIT
2-
remote: https://github.com/rurema/bitclust.git
3-
revision: 2a2028ac761cee63a27eb24f7b6673da4b9fbd3e
2+
remote: https://github.com/znz/bitclust.git
3+
revision: 7b32aebf821379d856d8110dadb110f6fe39fc20
4+
branch: feature/markdown-conversion
45
specs:
56
bitclust-core (1.4.0)
67
drb
8+
json
79
nkf
810
progressbar (>= 1.9.0, < 2.0)
911
rack
@@ -17,6 +19,7 @@ GEM
1719
remote: https://rubygems.org/
1820
specs:
1921
drb (2.2.1)
22+
json (2.20.0)
2023
nkf (0.2.0)
2124
progressbar (1.13.0)
2225
rack (3.1.21)

0 commit comments

Comments
 (0)