diff options
author | David RodrÃguez <[email protected]> | 2023-12-07 21:35:47 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-08 15:55:15 +0900 |
commit | 64e985333f4fa7e4ba06454ef50c41e56a22768d (patch) | |
tree | 6dffc1ba9031394c72e9fff69508d2a008f8fc4e /lib/bundler/man/bundle-gem.1 | |
parent | a530dfef2be3934decd975100585e3978ef49173 (diff) |
Improve bundled gems warnings for subfeatures
Before, when requiring "bigdecimal/math" in a Bundler context:
> /Users/deivid/.asdf/installs/ruby/3.3.0-dev/lib/ruby/3.3.0+0/bigdecimal/math.rb:2: warning: bigdecimal was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add bigdecimal to your Gemfile or gemspec.
After:
> foo.rb:1: warning: bigdecimal/math is found in bigdecimal, which will no longer be part of the default gems since Ruby 3.4.0. Add bigdecimal to your Gemfile or gemspec.
Diffstat (limited to 'lib/bundler/man/bundle-gem.1')
0 files changed, 0 insertions, 0 deletions