Skip to content

Commit

Permalink
Forcetetaan bundlerin asennus
Browse files Browse the repository at this point in the history
  • Loading branch information
juppe committed Jan 19, 2018
1 parent 0563d9d commit 5be5b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-pupesoft.sh
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ if [[ ${bundle} = true ]]; then

# Päivitetään bundler oikeaan versioon
if [[ -n "${bundled_with}" && "${bundler_version}" != "${bundled_with}" ]]; then
gem install bundler -v ${bundled_with}
gem install bundler --force -v ${bundled_with}
gem cleanup bundler
rbenv rehash
fi
Expand Down

0 comments on commit 5be5b16

Please sign in to comment.