Skip to content

Commit 68704f3

Browse files
committed
dev: drop ruby_memcheck binary name setting
1 parent b352881 commit 68704f3

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ gem("rake-compiler-dock", "1.3.0")
88
gem("rdoc", ">= 4.0", "< 7")
99
gem("psych", "~> 4.0") # psych 5 doesn't build on some CI platforms yet
1010

11-
gem("ruby_memcheck") if Gem::Platform.local.os == "linux"
11+
gem("ruby_memcheck", "2.1.2") if Gem::Platform.local.os == "linux"

rakelib/test.rake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ Rake::TestTask.new(:test, &test_config)
1010
begin
1111
require "ruby_memcheck"
1212

13-
RubyMemcheck.config(binary_name: "sqlite3_native")
14-
1513
namespace :test do
1614
RubyMemcheck::TestTask.new(:valgrind, &test_config)
1715
end

0 commit comments

Comments
 (0)