Skip to content

Commit

Permalink
Merge pull request #1655 from chef/jsinha/update_verify
Browse files Browse the repository at this point in the history
Update license scout ruby pin
  • Loading branch information
jaymalasinha authored Apr 3, 2019
2 parents 7c79101 + 8b7aaf3 commit 84859d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .expeditor/license_scout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ set -eou pipefail
if [[ "${EXPEDITOR:-false}" == "true" ]]; then
apt-get update
apt-get install -y libpq-dev libsqlite3-dev
# Pin ruby to 2.5.3 since chef-server tests heavily depend
asdf local ruby 2.5.3
# Install gem for 2.5.3 path
# Pin ruby to 2.5.5 since chef-server tests heavily depend
asdf local ruby 2.5.5
# Install gem for 2.5.5 path
gem install license_scout
fi

Expand Down

0 comments on commit 84859d4

Please sign in to comment.