summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
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