Created
August 3, 2016 18:00
-
-
Save tobz/78ff60cc9884401b91e67aca749c59cc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/playbooks/roles/forum/defaults/main.yml b/playbooks/roles/forum/defaults/main.yml | |
index ca392b2..fc3d06a 100644 | |
--- a/playbooks/roles/forum/defaults/main.yml | |
+++ b/playbooks/roles/forum/defaults/main.yml | |
@@ -60,7 +60,7 @@ forum_environment: | |
LISTEN_PORT: "{{ FORUM_LISTEN_PORT }}" | |
forum_user: "forum" | |
-forum_ruby_version: "1.9.3-p551" | |
+forum_ruby_version: "2.3.1" | |
forum_source_repo: "https://github.com/edx/cs_comments_service.git" | |
forum_version: "master" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment