summaryrefslogtreecommitdiff
path: root/man/gemfile.5.ronn
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2015-07-22 05:34:22 +0900
committerAkira Matsuda <ronnie@dio.jp>2015-07-22 05:34:22 +0900
commitc8bb50fb852c7c2298d4ece952668eaec2eaa9ed (patch)
treee13770e060c2c8ab8f44baa73717e63fde921d51 /man/gemfile.5.ronn
parent9cca683ac32ae66689cc55257c93e1c6b03ea7a8 (diff)
downloadbundler-c8bb50fb852c7c2298d4ece952668eaec2eaa9ed.tar.gz
Support :mri_23 platform and its variations
Diffstat (limited to 'man/gemfile.5.ronn')
-rw-r--r--man/gemfile.5.ronn8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index 94458d2464..be580d9c90 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -183,6 +183,8 @@ There are a number of `Gemfile` platforms:
_ruby_ `AND` version 2.1
* `ruby_22`:
_ruby_ `AND` version 2.2
+ * `ruby_23`:
+ _ruby_ `AND` version 2.3
* `mri`:
Same as _ruby_, but not Rubinius
* `mri_18`:
@@ -195,6 +197,8 @@ There are a number of `Gemfile` platforms:
_mri_ `AND` version 2.1
* `mri_22`:
_mri_ `AND` version 2.2
+ * `mri_23`:
+ _mri_ `AND` version 2.3
* `rbx`:
Same as _ruby_, but only Rubinius (not MRI)
* `jruby`:
@@ -213,6 +217,8 @@ There are a number of `Gemfile` platforms:
_mingw_ `AND` version 2.1
* `mingw_22`:
_mingw_ `AND` version 2.2
+ * `mingw_23`:
+ _mingw_ `AND` version 2.3
* `x64_mingw`:
Windows 64 bit 'mingw32' platform (aka RubyInstaller x64)
* `x64_mingw_20`:
@@ -221,6 +227,8 @@ There are a number of `Gemfile` platforms:
_x64_mingw_ `AND` version 2.1
* `x64_mingw_22`:
_x64_mingw_ `AND` version 2.2
+ * `x64_mingw_23`:
+ _x64_mingw_ `AND` version 2.3
As with groups, you can specify one or more platforms: