diff --git a/script/bootstrap b/script/bootstrap index 492e553..076c416 100755 --- a/script/bootstrap +++ b/script/bootstrap @@ -1,6 +1,5 @@ #!/bin/sh set -e - -gem install bundler +gem install bundler -v 2.4.22 bundle install