From e057675a2ddb48f5060016f07cebc556ffd2f7e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franc=CC=A7ois=20Benaiteau?= Date: Tue, 29 Oct 2013 23:57:27 +0100 Subject: [PATCH] Set Coveralls not to be installed on 1.8 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index dfc4c69..ecbb687 100644 --- a/Gemfile +++ b/Gemfile @@ -4,5 +4,5 @@ source "http://rubygems.org" gemspec group :test do - gem 'coveralls', :require => false + gem 'coveralls', :require => false, :platforms => [:ruby_19, :ruby_20] end