From 2b3c645163e7b3502f2b9971c1dad4bdc9f1e274 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Sat, 2 Feb 2013 19:13:43 +0000 Subject: [PATCH] Use ruby 1.9.2 for compatibility with Heroku bamboo stack --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c5c4dfa..5532346 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -ruby '1.9.3' +ruby '1.9.2' source :rubygems gem 'sinatra'