Skip to content

Commit

Permalink
update the setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelfabianchinsamy committed Mar 28, 2024
1 parent 71bb5e2 commit 85f2a04
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 @@ -15,7 +15,7 @@ chdir APP_ROOT do
# Add necessary setup steps to this file.

puts "== Installing dependencies =="
system! "gem install bundler -v 2.5.6 --conservative"
system! "gem install bundler -v 2.4.20 --conservative"
system("bundle check") || system!("bundle install")

# puts "\n== Copying sample files =="
Expand Down

0 comments on commit 85f2a04

Please sign in to comment.