From 7ab69cbcf64c0f5f523f1c9eb938a3e35a5cc8d0 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Mon, 12 May 2014 11:39:51 +0200 Subject: [PATCH] Use ruby 2.1.2 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f3d25025..4110a159 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'http://rubygems.org' -ruby '2.1.1' +ruby '2.1.2' gem 'puma' gem 'rack-ssl', '~> 1.3'