Skip to content

Commit

Permalink
use global bundle instead
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Feb 5, 2024
1 parent 7b1739d commit ede4fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ chdir APP_ROOT do
puts "RAILS_RELATIVE_URL_ROOT = #{APP.url || 'not set'}"

puts "\n== Installing dependencies =="
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}"

if APP.production?
puts "\n== Compiling assets =="
Expand Down

0 comments on commit ede4fbc

Please sign in to comment.