diff --git a/Rakefile b/Rakefile index bc5398b6..af6ce15a 100644 --- a/Rakefile +++ b/Rakefile @@ -94,7 +94,7 @@ def gemfiles @gemfiles ||= begin Dir[File.dirname(__FILE__) + '/test/gemfiles/Gemfile.*']. reject {|f| f =~ /\.lock$/}. - reject {|f| RUBY_VERSION <= '1.9' && f =~ /master/} + reject {|f| RUBY_VERSION < '1.9.3' && f =~ /master/} end end