DEV: Update rbtrace to 0.5.1 (#24964)

This commit is contained in:
Jarek Radosz 2023-12-19 20:59:21 +01:00 committed by GitHub
parent 63b217c2bc
commit c2617c25bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 6 deletions

View File

@ -197,10 +197,7 @@ gem "rack-mini-profiler", require: ["enable_rails_patches"]
gem "unicorn", require: false, platform: :ruby
gem "puma", require: false
# Pin to 0.4.14 for now because 0.5.0 is broken.
# It has been fixed in https://github.com/tmm1/rbtrace/commit/1c674885694c6f2cb935eeccb0591feeb67679cf but we are waiting
# for a new release to be published.
gem "rbtrace", "0.4.14", require: false, platform: :mri
gem "rbtrace", require: false, platform: :mri
gem "gc_tracer", require: false, platform: :mri

View File

@ -356,7 +356,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rbtrace (0.4.14)
rbtrace (0.5.1)
ffi (>= 1.0.6)
msgpack (>= 0.4.3)
optimist (>= 3.0.0)
@ -627,7 +627,7 @@ DEPENDENCIES
railties
rake
rb-fsevent
rbtrace (= 0.4.14)
rbtrace
rchardet
redcarpet
redis