From f4dd6dba4c84a56d5d702fd7d8c338f9c292f694 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino & Alexis Mas Date: Tue, 9 Jun 2015 20:24:39 -0300 Subject: Remove to_s since we do not run 1.8 anymore --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 9acb9a8c..2a767746 100644 --- a/Gemfile +++ b/Gemfile @@ -7,8 +7,7 @@ gemspec # ago, but I've since forgotten. Anyway, we actually need it here, and it's not # avaialable, so prepare yourself for a yak shave when this breaks. c_platforms = Bundler::Dsl::VALID_PLATFORMS.dup.delete_if do |platform| - # to_s because we still run 1.8 - platform.to_s =~ /jruby/ + platform =~ /jruby/ end # Alternative solution that might work, but it has bad interactions with -- cgit v1.2.1