Skip to content

Commit da7a299

Browse files
authored
use global bundle instead (#135)
1 parent 7b1739d commit da7a299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ chdir APP_ROOT do
4747
puts "RAILS_RELATIVE_URL_ROOT = #{APP.url || 'not set'}"
4848

4949
puts "\n== Installing dependencies =="
50-
sh "bin/bundle check 1>/dev/null 2>&1 || bin/bundle install #{APP.bundler_args}"
50+
sh "bundle check 1>/dev/null 2>&1 || bundle install #{APP.bundler_args}"
5151

5252
if APP.production?
5353
puts "\n== Compiling assets =="

0 commit comments

Comments
 (0)