Skip to content

Commit 15f2f04

Browse files
committed
Issue #119: Update to Ruby 2.6.0.
1 parent d66a49a commit 15f2f04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/playbooks/vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ passenger_ruby: /usr/local/bin/ruby
1818

1919
# Variables for Ruby installation.
2020
ruby_install_from_source: true
21-
ruby_download_url: http://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.0.tar.gz
22-
ruby_version: 2.2.0
21+
ruby_download_url: https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.0.tar.gz
22+
ruby_version: 2.6.0
2323

2424
# Variables for Node.js installation.
2525
nodejs_install_npm_user: root

0 commit comments

Comments
 (0)