From 684a790cdb9575da522e402d0c9289f4a8558739 Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 31 Jan 2016 14:47:53 -0800 Subject: travis ci does not support :platform => :ruby_22, so remove for now. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 6e25794..fc557f3 100644 --- a/Gemfile +++ b/Gemfile @@ -92,7 +92,7 @@ end group :test, :debug do gem 'debugger', :platforms => :mri_19 - gem 'byebug', :platforms => [:ruby_21, :ruby_22] + gem 'byebug', :platforms => :ruby_21 end ## -- cgit v1.2.3