Skip to content

Commit

Permalink
fix version comparison, again
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Mar 11, 2012
1 parent c442b13 commit 5dc7bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack/utils.rb
Expand Up @@ -8,7 +8,7 @@

if major == 1 && minor < 9
require 'rack/backports/uri/common_18'
elsif major == 1 && minor == 9 && patch == 2 && RUBY_PATCHLEVEL < 381
elsif major == 1 && minor == 9 && patch == 2 && RUBY_PATCHLEVEL < 318
require 'rack/backports/uri/common_192'
elsif major == 1 && minor == 9 && patch == 3 && RUBY_PATCHLEVEL < 125
require 'rack/backports/uri/common_193'
Expand Down

0 comments on commit 5dc7bac

Please sign in to comment.