summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino & Alexis Mas <santiago+alexis@wyeworks.com>2015-06-09 20:24:39 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2015-06-10 12:20:00 -0300
commitf4dd6dba4c84a56d5d702fd7d8c338f9c292f694 (patch)
treeeadd69da0cc1bd01a2f48b362705554e1c15de8b /Gemfile
parente9bd27d5e3be10bddbb14064319c2cad24a036a2 (diff)
downloadrack-f4dd6dba4c84a56d5d702fd7d8c338f9c292f694.tar.gz
Remove to_s since we do not run 1.8 anymore
Diffstat (limited to 'Gemfile')
-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