Skip to content

Commit

Permalink
Merge pull request #2783 from ruby/update-memcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed May 7, 2024
2 parents 6503172 + da0f6db commit 5889cc3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions bin/prism
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ module Prism
exception: true,
chdir: File.expand_path("../", __dir__)
)
rescue RuntimeError => error
warn("\e[31;m#{ruby_version} (#{gemfile}): #{error.message}\e[m")
end
end
end
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.0/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
rake
rbs (3.4.4)
abbrev
ruby_memcheck (2.3.0)
ruby_memcheck (3.0.0)
nokogiri
test-unit (3.6.2)
power_assert
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.1/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
rake
rbs (3.4.4)
abbrev
ruby_memcheck (2.3.0)
ruby_memcheck (3.0.0)
nokogiri
test-unit (3.6.2)
power_assert
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.2/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
rake
rbs (3.4.4)
abbrev
ruby_memcheck (2.3.0)
ruby_memcheck (3.0.0)
nokogiri
test-unit (3.6.2)
power_assert
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.3/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
rake
rbs (3.4.4)
abbrev
ruby_memcheck (2.3.0)
ruby_memcheck (3.0.0)
nokogiri
test-unit (3.6.2)
power_assert
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/3.4/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
rake
rbs (3.4.4)
abbrev
ruby_memcheck (2.3.0)
ruby_memcheck (3.0.0)
nokogiri
test-unit (3.6.2)
power_assert
Expand Down

0 comments on commit 5889cc3

Please sign in to comment.