Skip to content

Commit 15ff68d

Browse files
committed
update debian/ruby3.4.postinst
1 parent bf1ef33 commit 15ff68d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

debian/ruby3.4.postinst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -e
44

55
if [ "$1" = "configure" ]
66
then
7-
update-alternatives --install /usr/bin/gem gem /usr/bin/gem3.3 181
8-
RUBYVER=3.3
7+
update-alternatives --install /usr/bin/gem gem /usr/bin/gem3.4 181
8+
RUBYVER=3.4
99
update-alternatives \
1010
--install /usr/bin/ruby ruby /usr/bin/ruby${RUBYVER} 51 \
1111
--slave /usr/bin/erb erb /usr/bin/erb${RUBYVER} \

0 commit comments

Comments
 (0)