We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b352881 commit 68704f3Copy full SHA for 68704f3
Gemfile
@@ -8,4 +8,4 @@ gem("rake-compiler-dock", "1.3.0")
8
gem("rdoc", ">= 4.0", "< 7")
9
gem("psych", "~> 4.0") # psych 5 doesn't build on some CI platforms yet
10
11
-gem("ruby_memcheck") if Gem::Platform.local.os == "linux"
+gem("ruby_memcheck", "2.1.2") if Gem::Platform.local.os == "linux"
rakelib/test.rake
@@ -10,8 +10,6 @@ Rake::TestTask.new(:test, &test_config)
begin
require "ruby_memcheck"
12
13
- RubyMemcheck.config(binary_name: "sqlite3_native")
14
-
15
namespace :test do
16
RubyMemcheck::TestTask.new(:valgrind, &test_config)
17
end
0 commit comments