summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsaigo <saigo@localhost.localdomain>2018-03-04 20:08:42 +0900
committersaigo <saigo@localhost.localdomain>2018-03-04 20:08:42 +0900
commitaca5ce901639d7898b147f3e6616321256388b12 (patch)
tree61c95c3c90836be64a08b27dd7c803f7bb0e6552
parent85ac45a26cf71dc5d57bc12a01ee2b1535bcbf66 (diff)
downloadbundler-aca5ce901639d7898b147f3e6616321256388b12.tar.gz
removed reference to ruby 3
-rw-r--r--man/bundle-init.ronn1
1 files changed, 0 insertions, 1 deletions
diff --git a/man/bundle-init.ronn b/man/bundle-init.ronn
index 3e68189915..7504af7bab 100644
--- a/man/bundle-init.ronn
+++ b/man/bundle-init.ronn
@@ -23,7 +23,6 @@ Included in the default [`Gemfile(5)`][Gemfile(5)]
generated is the line `# frozen_string_literal: true`. This is a magic comment
supported for the first time in Ruby 2.3. The presence of this line
results in all string literals in the file being implicitly frozen.
-Frozen string literals will be the default in Ruby 3.
## SEE ALSO