Skip to content

Commit

Permalink
output debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jhongturney committed Jan 25, 2024
1 parent 05f2892 commit aa700d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ set +e
echo 'Running bundler'
# get ruby version in format '2.1.0' from example 2.1.0p000
RVERSION=$(ruby -v | awk '{ print $2 }' | sed 's/p.*//')
# write RVERSION to .ruby_version file
echo $RVERSION > "${DIR}/.ruby_version"

echo "Ruby version is $RVERSION"
echo "RUBY_VERSION is $RUBY_VERSION"
echo "gemfile contents:"
cat "${DIR}/Gemfile"

cd "${DIR}" && \
rm -f Gemfile.lock && \
bundle install --without='' --no-prune --path vendor/bundle --local && \
Expand Down

0 comments on commit aa700d0

Please sign in to comment.