Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 48684c8

Browse files
authored
Update bootstrap.sh
1 parent 85e5d6f commit 48684c8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bootstrap.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ if [ -e "Gemfile" ]; then
1616
# install bundler gem for ruby dependency management
1717
gem uninstall bundler
1818
gem install bundler:1.17.3 --no-document || echo "failed to install bundle"; #1.17.3 is needed for other deps
19-
gem install danger --no-document || echo "failed to install danger";
2019

2120
bundle config set deployment 'true';
2221
bundle config path vendor/bundle;

0 commit comments

Comments
 (0)