Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Temporary workaround until bundler 2 fixes are done
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmuc committed Feb 4, 2019
1 parent a6953ec commit f3bb203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runsoloist
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ workstation_repo_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

if [ ! -x /usr/local/bin/bundle ]
then
sudo gem install bundler --no-ri --no-rdoc
sudo gem install bundler -v '< 2' --no-ri --no-rdoc
fi

pushd "${workstation_repo_dir}"
Expand Down

0 comments on commit f3bb203

Please sign in to comment.