Skip to content

Commit

Permalink
RUBY_VERSION global var is a string
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersongirao committed May 21, 2014
1 parent 853721f commit 0a66a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/check_rspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require 'optparse'

if RUBY_VERSION < 1.9
if RUBY_VERSION < "1.9"
require 'open3_backport'
else
require 'open3'
Expand Down

0 comments on commit 0a66a58

Please sign in to comment.