We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7a6a6f commit aada99bCopy full SHA for aada99b
rumale-tree/Gemfile
@@ -13,3 +13,7 @@ gem 'rspec', '~> 3.0'
13
gem 'simplecov', '~> 0.21'
14
15
eval_gemfile(File.expand_path('../Gemfile.rubocop', __dir__))
16
+
17
+group :memcheck, optional: true do
18
+ gem 'ruby_memcheck', '~> 3.0'
19
+end
0 commit comments