From e98a9f7ef0ddd9589145ea953948c73a8ce3caa9 Mon Sep 17 00:00:00 2001 From: James Tucker Date: Sun, 3 Aug 2014 15:54:25 -0300 Subject: And rvm has p328, magical versions! --- lib/rack/utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rack/utils.rb b/lib/rack/utils.rb index 2c31393a..beae2f86 100644 --- a/lib/rack/utils.rb +++ b/lib/rack/utils.rb @@ -9,7 +9,7 @@ major, minor, patch = RUBY_VERSION.split('.').map { |v| v.to_i } if major == 1 && minor < 9 require 'rack/backports/uri/common_18' -elsif major == 1 && minor == 9 && patch == 2 && RUBY_PATCHLEVEL <= 326 && RUBY_ENGINE != 'jruby' +elsif major == 1 && minor == 9 && patch == 2 && RUBY_PATCHLEVEL <= 328 && RUBY_ENGINE != 'jruby' require 'rack/backports/uri/common_192' elsif major == 1 && minor == 9 && patch == 3 && RUBY_PATCHLEVEL < 125 require 'rack/backports/uri/common_193' -- cgit v1.2.3-24-ge0c7