Commit aaa13fd
committed
Use bundled Ruby 2.5
Ubuntu 18.04 LTS supports Ruby 2.5 without 3rd party tools.
https://packages.ubuntu.com/bionic/ruby
`ruby-full` is a Ubuntu package name to install Ruby via apt
https://launchpad.net/ubuntu/bionic/+package/ruby-full
https://www.ruby-lang.org/en/documentation/installation/#apt
```ruby
vagrant@rails-dev-box:~$ ruby -v
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
vagrant@rails-dev-box:~$ gem -v
2.7.7
vagrant@rails-dev-box:~$ bundle -v
Bundler version 1.16.2
vagrant@rails-dev-box:~$ which ruby
/usr/bin/ruby
vagrant@rails-dev-box:~$ which gem
/usr/bin/gem
```1 parent 7cb1f29 commit aaa13fd
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 23 | | |
28 | 24 | | |
29 | 25 | | |
| |||
0 commit comments