We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ee6eed + bfda3e5 commit dfec062Copy full SHA for dfec062
Rakefile
@@ -33,7 +33,7 @@ def cfg_arch_for(config_name)
33
)
34
end
35
36
-file "#{$root}/.stamps/dev_gems" do |t|
+file "#{$root}/.stamps/dev_gems" => ["#{$root}/.stamps"] do |t|
37
sh "bundle exec yard config --gem-install-yri"
38
sh "bundle exec yard gem"
39
FileUtils.touch t.name
bin/setup
@@ -133,6 +133,7 @@ if [ ! -f $ROOT/.bundle/config ]; then
133
cd $ROOT
134
${RUN} bundle config set --local path ${ROOT}/.home/.gems
135
${RUN} bundle config set --local cache_path ${ROOT}/.home/.cache
136
+ ${RUN} bundle config set --local with development
137
cd $OLDDIR
138
fi
139
0 commit comments