mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:57:29 +08:00
DEV: Drop gc_tracer gem (#26441)
Why this change? This gem is failing to install cleanly on macOS and the following workaround is required: `bundle config build.gc_tracer --with-cflags=\"-Wno-incompatible-pointer-types\"` Instead of requiring this workaround, we have decided to drop `gc_tracer` because it isn't a gem that is used anymore.
This commit is contained in:
parent
11877f3b9c
commit
5c6b5612e7
2
Gemfile
2
Gemfile
|
@ -198,8 +198,6 @@ gem "puma", require: false
|
|||
|
||||
gem "rbtrace", require: false, platform: :mri
|
||||
|
||||
gem "gc_tracer", require: false, platform: :mri
|
||||
|
||||
# required for feed importing and embedding
|
||||
gem "ruby-readability", require: false
|
||||
|
||||
|
|
|
@ -150,7 +150,6 @@ GEM
|
|||
fastimage (2.3.0)
|
||||
ffi (1.16.3)
|
||||
fspath (3.1.2)
|
||||
gc_tracer (1.5.1)
|
||||
globalid (1.2.1)
|
||||
activesupport (>= 6.1)
|
||||
google-protobuf (4.26.1-aarch64-linux)
|
||||
|
@ -584,7 +583,6 @@ DEPENDENCIES
|
|||
fast_blank
|
||||
fast_xs
|
||||
fastimage
|
||||
gc_tracer
|
||||
highline
|
||||
htmlentities
|
||||
http_accept_language
|
||||
|
|
Loading…
Reference in New Issue
Block a user