This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
codespaces-linux/.devcontainer/library-scripts
ruby/.devcontainer/library-scripts Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ USERNAME=${2:-"automatic"}
14
14
UPDATE_RC=${3:- " true" }
15
15
INSTALL_RUBY_TOOLS=${6:- " true" }
16
16
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
+
18
21
RVM_GPG_KEYS=" 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB"
19
22
GPG_KEY_SERVERS=" keyserver hkp://keyserver.ubuntu.com:80
20
23
keyserver hkps://keys.openpgp.org
Original file line number Diff line number Diff line change @@ -14,7 +14,10 @@ USERNAME=${2:-"automatic"}
14
14
UPDATE_RC=${3:- " true" }
15
15
INSTALL_RUBY_TOOLS=${6:- " true" }
16
16
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
+
18
21
RVM_GPG_KEYS=" 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB"
19
22
GPG_KEY_SERVERS=" keyserver hkp://keyserver.ubuntu.com:80
20
23
keyserver hkps://keys.openpgp.org
You can’t perform that action at this time.
0 commit comments