Skip to content

Commit

Permalink
Bump ruby_memcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Nov 9, 2023
1 parent d715cdf commit 49d2757
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ gem "rake-compiler"
gem "test-unit"
gem "ffi", platform: %i[mri mswin mingw x64_mingw]
group :memcheck do
gem "ruby_memcheck", platform: %i[mri mswin mingw x64_mingw]
gem "ruby_memcheck", platform: %i[mri mswin mingw x64_mingw], git: "https://github.com/Shopify/ruby_memcheck", branch: "suppress-intern"
end
gem "rbs", platform: %i[mri mswin mingw x64_mingw]
18 changes: 12 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/Shopify/ruby_memcheck
revision: d7e41d1b39ff6a52ab669b6f1fe8750b401f3536
branch: suppress-intern
specs:
ruby_memcheck (2.2.0)
nokogiri

PATH
remote: .
specs:
Expand All @@ -7,18 +15,16 @@ GEM
remote: https://rubygems.org/
specs:
ffi (1.15.5)
mini_portile2 (2.8.4)
nokogiri (1.15.3)
mini_portile2 (2.8.5)
nokogiri (1.15.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
power_assert (2.0.3)
racc (1.7.1)
racc (1.7.3)
rake (13.0.6)
rake-compiler (1.2.5)
rake
rbs (3.2.2)
ruby_memcheck (2.0.1)
nokogiri
test-unit (3.6.1)
power_assert

Expand All @@ -33,7 +39,7 @@ DEPENDENCIES
rake
rake-compiler
rbs
ruby_memcheck
ruby_memcheck!
test-unit

BUNDLED WITH
Expand Down

0 comments on commit 49d2757

Please sign in to comment.