Skip to content

Commit dfec062

Browse files
authored
Merge branch 'main' into Xqciv0p6
2 parents 8ee6eed + bfda3e5 commit dfec062

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def cfg_arch_for(config_name)
3333
)
3434
end
3535

36-
file "#{$root}/.stamps/dev_gems" do |t|
36+
file "#{$root}/.stamps/dev_gems" => ["#{$root}/.stamps"] do |t|
3737
sh "bundle exec yard config --gem-install-yri"
3838
sh "bundle exec yard gem"
3939
FileUtils.touch t.name

bin/setup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ if [ ! -f $ROOT/.bundle/config ]; then
133133
cd $ROOT
134134
${RUN} bundle config set --local path ${ROOT}/.home/.gems
135135
${RUN} bundle config set --local cache_path ${ROOT}/.home/.cache
136+
${RUN} bundle config set --local with development
136137
cd $OLDDIR
137138
fi
138139

0 commit comments

Comments
 (0)