summaryrefslogtreecommitdiff
path: root/doc/standard_library.rdoc
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-18 14:49:19 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-02-18 14:49:21 +0900
commitde7eb5e79ae9ff6425c51eb74d0e9c3f33f9edfe (patch)
tree4d9e107e71dbab83b17226cab4c2ee67bddcc0d2 /doc/standard_library.rdoc
parentc024cc05efa2b5206c4bb45066d3c8e19af7e0d9 (diff)
clean_env of Bundler is deprecated. It's unbundled_env now
Diffstat (limited to 'doc/standard_library.rdoc')
-rw-r--r--doc/standard_library.rdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/standard_library.rdoc b/doc/standard_library.rdoc
index 6ea7ae9cd6..7ff6a1f8af 100644
--- a/doc/standard_library.rdoc
+++ b/doc/standard_library.rdoc
@@ -27,7 +27,7 @@ Socket:: Access underlying OS socket implementations
* default gems are not uninstallable from Ruby installation.
* default gems can be updated used by rubygems.
* e.g. `gem update json`
-* default gems can be used with bundler environment like `clean_env`.
+* default gems can be used with bundler environment like `unbundled_env`.
* default gems can be used any version on Gemfile.
* e.g. `gem "json", ">= 2.6"`