File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,9 @@ SQL Server:
86
86
* Databases and users needed to run the SQL Server adapter test suite
87
87
88
88
* rbenv
89
- * Ruby 2.7.7
90
- * Ruby 3.0.5
91
- * Ruby 3.1.3
92
- * Ruby 3.2.1 ** default Ruby version**
89
+ * Ruby 3.0.6
90
+ * Ruby 3.1.4
91
+ * Ruby 3.2.2 ** default Ruby version**
93
92
94
93
* Graphicviz
95
94
Original file line number Diff line number Diff line change @@ -59,7 +59,6 @@ chown -R vagrant:vagrant /home/vagrant/.rbenv
59
59
echo ' export PATH="/home/vagrant/.rbenv/bin:$PATH"' >> /home/vagrant/.bashrc
60
60
echo ' eval "$(rbenv init -)"' >> /home/vagrant/.bashrc
61
61
62
- runuser -l vagrant -c ' /home/vagrant/.rbenv/bin/rbenv install 2.7.8'
63
62
runuser -l vagrant -c ' /home/vagrant/.rbenv/bin/rbenv install 3.0.6'
64
63
runuser -l vagrant -c ' /home/vagrant/.rbenv/bin/rbenv install 3.1.4'
65
64
runuser -l vagrant -c ' /home/vagrant/.rbenv/bin/rbenv install 3.2.2'
You can’t perform that action at this time.
0 commit comments