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.
1 parent 3813db6 commit f6f68d9Copy full SHA for f6f68d9
1 file changed
.devcontainer/setup
@@ -120,7 +120,7 @@ class SetupScript
120
121
if Dir.exist?(folder_path) && File.exist?(gemfile_path)
122
Dir.chdir(folder_path) do
123
- puts " Installing dependencies for #{Pathname(folder).realpath}..."
+ puts " Installing dependencies for #{folder_path}..."
124
unless system('bundle install')
125
puts "❌ Bundle install failed for #{folder}"
126
exit 1
0 commit comments