From c5fa7c2d7cd2fa453f5b7313a1e65585febd8065 Mon Sep 17 00:00:00 2001 From: Terry Raimondo Date: Tue, 25 Apr 2017 18:47:34 +0200 Subject: [PATCH] Fixes example: incompatibility with Ruby >= 2.4 (Integer unification) --- example/Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/Gemfile b/example/Gemfile index dd6c6d4d..7596b39b 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -1,5 +1,7 @@ source 'https://rubygems.org' +ruby '2.3.3' + gem 'rails', '4.2.5.1' gem 'sqlite3' gem 'spring', group: :development