8000 Pin ruby-prof to 0.18.0 to avoid segfaults on Ruby 2.4. · socketry/async-rspec@20f7da0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20f7da0

Browse files
committed
Pin ruby-prof to 0.18.0 to avoid segfaults on Ruby 2.4.
1 parent fe712cc commit 20f7da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ source 'https://rubygems.org'
44
gemspec
55

66
group :test do
7-
gem "ruby-prof", platform: :mri
8-
end
7+
gem "ruby-prof", "0.18.0", platform: :mri
8+
end

0 commit comments

Comments
 (0)
0