Skip to content

Commit

Permalink
dev: drop ruby_memcheck binary name setting
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Sep 9, 2023
1 parent b352881 commit 68704f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem("rake-compiler-dock", "1.3.0")
gem("rdoc", ">= 4.0", "< 7")
gem("psych", "~> 4.0") # psych 5 doesn't build on some CI platforms yet

gem("ruby_memcheck") if Gem::Platform.local.os == "linux"
gem("ruby_memcheck", "2.1.2") if Gem::Platform.local.os == "linux"
2 changes: 0 additions & 2 deletions rakelib/test.rake
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ Rake::TestTask.new(:test, &test_config)
begin
require "ruby_memcheck"

RubyMemcheck.config(binary_name: "sqlite3_native")

namespace :test do
RubyMemcheck::TestTask.new(:valgrind, &test_config)
end
Expand Down

0 comments on commit 68704f3

Please sign in to comment.