Skip to content

Commit 6859767

Browse files
committed
Remove -rubygems from spec runner for ruby 2.5 compatibility
1 parent 87f0e4e commit 6859767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV['RUBYLIB'] = ".#{File::PATH_SEPARATOR}#{ENV['RUBYLIB']}"
88

99
task :default => [:spec]
1010
task :spec => [:build] do
11-
sh "#{FileUtils::RUBY} -rubygems -I . spec/subset_sum_spec.rb"
11+
sh "#{FileUtils::RUBY} -I . spec/subset_sum_spec.rb"
1212
end
1313

1414
RDOC_OPTS = ["--line-numbers", "--inline-source", '--main', 'README']

0 commit comments

Comments
 (0)