Skip to content

Commit aa12055

Browse files
authored
Maintenance: temporary fix for installation of ruby environment
1 parent 67adc4b commit aa12055

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/source/include-rvm-install-ruby.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
# Add zammad user to RVM group
44
$ usermod -a -G rvm zammad
55
6-
# Install Ruby 3.2.3
6+
# Install Ruby 3.2.8
77
$ su - zammad
8-
$ rvm install ruby-3.2.3
8+
$ rvm install ruby-3.2.8
99
1010
# Install bundler, rake and rails
11-
$ rvm use ruby-3.2.3
11+
$ rvm use ruby-3.2.8
1212
$ gem install bundler rake rails

0 commit comments

Comments
 (0)