Skip to content

Commit

Permalink
Update bundler version when necessary
Browse files Browse the repository at this point in the history
Not just when it's missing.
  • Loading branch information
mkllnk committed Mar 20, 2023
1 parent fc07d9f commit 133724d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions script/setup
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ elif ! ruby --version | grep $RUBY_VERSION > /dev/null; then
exit 1
fi

# Set up Ruby dependencies via Bundler
if ! command -v bundle > /dev/null; then
./script/install-bundler
fi
# Install used Bundler version
./script/install-bundler

# Install all dependencies
bundle check || bundle install
Expand Down

0 comments on commit 133724d

Please sign in to comment.