Skip to content

Instantly share code, notes, and snippets.

@tobz
Created August 3, 2016 18:00
Show Gist options
  • Save tobz/78ff60cc9884401b91e67aca749c59cc to your computer and use it in GitHub Desktop.
Save tobz/78ff60cc9884401b91e67aca749c59cc to your computer and use it in GitHub Desktop.
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