mirror of
https://github.com/discourse/discourse.git
synced 2025-02-03 02:42:01 +08:00
56b3dfe6e5
* DEV: Drop fast_xs gem (#26442) Why this gem? This gem was added close to 10 years ago to speed up the generation of RSS feeds. However, RSS feeds generation do not even call `String#to_xs` anymore and the `fast_xs` gem does not install on macOS without using the following workaround: `bundle config build.fast_xs --with-cflags=\"-Wno-incompatible-pointer-types\"` Therefore, we have decided to drop the gem. * 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. * DEV: Add `csv` to Gemfile to resolve Ruby 3.3 deprecation warning (#26995) The following warning is being printed when running Discourse with Ruby 3.3 `warning: /usr/local/lib/ruby/3.3.0/csv.rb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec.` * DEV: Add `mutex_m` and `drb` to Gemfile to remove deprecation warning (#27012) Resolves the following deprecation warnings when running Discourse on Ruby 3.3 ``` warning: /Users/tgxworld/.asdf/installs/ruby/3.3.1/lib/ruby/3.3.0/mutex_m.rb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add mutex_m to your Gemfile or gemspec. Also contact author of activesupport-7.0.8.1 to add mutex_m into its gemspec. warning: /Users/tgxworld/.asdf/installs/ruby/3.3.1/lib/ruby/3.3.0/drb.rb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add drb to your Gemfile or gemspec. Also contact author of activesupport-7.0.8.1 to add drb into its gemspec. ``` * Build(deps): Bump google-protobuf from 3.25.2 to 3.25.3 (#25709) Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 3.25.2 to 3.25.3. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: google-protobuf dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Build(deps): Bump actionview_precompiler from 0.3.0 to 0.4.0 (#25977) Bumps [actionview_precompiler](https://github.com/jhawthorn/actionview_precompiler) from 0.3.0 to 0.4.0. - [Commits](https://github.com/jhawthorn/actionview_precompiler/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: actionview_precompiler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
69 lines
1.6 KiB
YAML
69 lines
1.6 KiB
YAML
sources:
|
|
bundler: true
|
|
|
|
allowed:
|
|
- 0bsd
|
|
- apache-2.0
|
|
- bsd-2-clause
|
|
- bsd-3-clause
|
|
- cc0-1.0
|
|
- isc
|
|
- mit
|
|
- ruby
|
|
|
|
ignored:
|
|
bundler:
|
|
- abbrev # Ruby (default gem)
|
|
- base64 # Ruby (default gem)
|
|
- bigdecimal # Ruby (default gem)
|
|
- cgi # Ruby (default gem)
|
|
- date # Ruby (default gem)
|
|
- digest # Ruby (default gem)
|
|
- io-wait # Ruby (default gem)
|
|
- json # Ruby (default gem)
|
|
- net-http # Ruby (default gem)
|
|
- net-protocol # Ruby (default gem)
|
|
- openssl # Ruby (default gem)
|
|
- racc # Ruby (default gem)
|
|
- rchardet # LGPL
|
|
- ruby2_keywords # Ruby (default gem)
|
|
- strscan # Ruby (default gem)
|
|
- timeout # Ruby (default gem)
|
|
- uri # Ruby (default gem)
|
|
- mutex_m # BSD-2-Clause
|
|
|
|
reviewed:
|
|
bundler:
|
|
- activerecord # MIT
|
|
- coderay # MIT
|
|
- concurrent-ruby # MIT
|
|
- css_parser # MIT
|
|
- excon # MIT
|
|
- faraday-em_http # MIT
|
|
- faraday-em_synchrony # MIT
|
|
- faraday-excon # MIT
|
|
- faraday-httpclient # MIT
|
|
- faraday-net_http # MIT
|
|
- faraday-patron # MIT
|
|
- faraday-rack # MIT
|
|
- highline # Ruby or GPL-2.0
|
|
- htmlentities # MIT
|
|
- image_size # MIT
|
|
- jwt # MIT
|
|
- kgio # LGPL-2.1+
|
|
- logstash-event # Apache-2.0
|
|
- net-imap # Ruby (bundled gem)
|
|
- net-pop # Ruby (bundled gem)
|
|
- net-smtp # Ruby (bundled gem)
|
|
- nio4r # MIT + BSD
|
|
- omniauth # MIT
|
|
- pg # Ruby
|
|
- r2 # Apache-2.0 (Twitter)
|
|
- raindrops # LGPL-2.1+
|
|
- rubyzip # Ruby
|
|
- sidekiq # LGPL (Sidekiq)
|
|
- tilt # MIT
|
|
- unf # BSD-2-Clause
|
|
- unicorn # Ruby or GPLv2/GPLv3
|
|
- drb # BSD-2-Clause
|