Skip to content

Commit

Permalink
ruby: Skip bundler install
Browse files Browse the repository at this point in the history
All supported rubies ship with bundler at this point, and those that don't probably don't build on modern systems via asdf or mise at this point
  • Loading branch information
maxfierke committed Jan 28, 2024
1 parent 8767e80 commit c704e48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mstrap/runtimes/ruby.cr
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ module MStrap

def bootstrap
if File.exists?("gems.rb") || File.exists?("Gemfile")
cmd "gem install bundler", quiet: true
cmd "bundle check || bundle install", quiet: true
runtime_exec "bundle check || bundle install"
end
end

Expand Down

0 comments on commit c704e48

Please sign in to comment.