Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 0e5f3ba

Browse files
authored
Remove explicit debase install for Ruby script (#1244)
1 parent 795193a commit 0e5f3ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

script-library/ruby-debian.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ USERNAME=${2:-"automatic"}
1414
UPDATE_RC=${3:-"true"}
1515
INSTALL_RUBY_TOOLS=${6:-"true"}
1616

17-
DEFAULT_GEMS="rake ruby-debug-ide debase"
17+
# Note: ruby-debug-ide will install the right version of debase if missing and
18+
# installing debase directly fails on Ruby 3.1.0 as of 1/7/2022, so omitting.
19+
DEFAULT_GEMS="rake ruby-debug-ide"
20+
1821
RVM_GPG_KEYS="409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB"
1922
GPG_KEY_SERVERS="keyserver hkp://keyserver.ubuntu.com:80
2023
keyserver hkps://keys.openpgp.org

0 commit comments

Comments
 (0)