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 7b1739d commit da7a299Copy full SHA for da7a299
bin/setup
@@ -47,7 +47,7 @@ chdir APP_ROOT do
47
puts "RAILS_RELATIVE_URL_ROOT = #{APP.url || 'not set'}"
48
49
puts "\n== Installing dependencies =="
50
- sh "bin/bundle check 1>/dev/null 2>&1 || bin/bundle install #{APP.bundler_args}"
+ sh "bundle check 1>/dev/null 2>&1 || bundle install #{APP.bundler_args}"
51
52
if APP.production?
53
puts "\n== Compiling assets =="
0 commit comments