Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6997af1

Browse files
committedOct 19, 2023
Remove Ruby 2.7.8
1 parent e9ace67 commit 6997af1

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed
 

‎README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,9 @@ SQL Server:
8686
* Databases and users needed to run the SQL Server adapter test suite
8787

8888
* 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**
9392

9493
* Graphicviz
9594

‎bootstrap_sqlserver.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ chown -R vagrant:vagrant /home/vagrant/.rbenv
5959
echo 'export PATH="/home/vagrant/.rbenv/bin:$PATH"' >> /home/vagrant/.bashrc
6060
echo 'eval "$(rbenv init -)"' >> /home/vagrant/.bashrc
6161

62-
runuser -l vagrant -c '/home/vagrant/.rbenv/bin/rbenv install 2.7.8'
6362
runuser -l vagrant -c '/home/vagrant/.rbenv/bin/rbenv install 3.0.6'
6463
runuser -l vagrant -c '/home/vagrant/.rbenv/bin/rbenv install 3.1.4'
6564
runuser -l vagrant -c '/home/vagrant/.rbenv/bin/rbenv install 3.2.2'

0 commit comments

Comments
 (0)
Please sign in to comment.