Skip to content

Commit

Permalink
Merge pull request #3185 from sjackman/vendor-ruby-linux
Browse files Browse the repository at this point in the history
Upgrade vendored Ruby to 2.3.3 for Linux.
  • Loading branch information
MikeMcQuaid committed Sep 22, 2017
2 parents 064c52e + 353810d commit c4b6dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Homebrew/cmd/vendor-install.sh
Expand Up @@ -21,8 +21,8 @@ then
fi
elif [[ -n "$HOMEBREW_LINUX" ]]
then
ruby_URL="https://homebrew.bintray.com/bottles-portable/portable-ruby-2.0.0-p648.x86_64_linux.bottle.tar.gz"
ruby_SHA="dbb5118a22a6a75cc77e62544a3d8786d383fab1bdaf8c154951268807357bf0"
ruby_URL="https://homebrew.bintray.com/bottles-portable/portable-ruby-2.3.3.x86_64_linux.bottle.tar.gz"
ruby_SHA="543c18bd33a300e6c16671437b1e0f17b03bb64e6a485fc15ff7de1eb1a0bc2a"
fi

fetch() {
Expand Down

0 comments on commit c4b6dbf

Please sign in to comment.