summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2016-11-15 07:34:17 +0900
committerAkira Matsuda <ronnie@dio.jp>2016-11-15 07:34:17 +0900
commit107fc58330ae32e369e96c3f5d357ce8746e3c6c (patch)
treeb7f0cf54725ea62c1811bf10f791bf6c4dc51de7 /man
parent66f486474dad6a8c4a159b5d89e433bf55b287b2 (diff)
downloadbundler-107fc58330ae32e369e96c3f5d357ce8746e3c6c.tar.gz
Support :mri_23 platform and its variations
Diffstat (limited to 'man')
-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 da2157e971..e06e14fafc 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -185,6 +185,8 @@ There are a number of `Gemfile` platforms:
_ruby_ `AND` version 2.2
* `ruby_23`:
_ruby_ `AND` version 2.3
+ * `ruby_24`:
+ _ruby_ `AND` version 2.4
* `mri`:
Same as _ruby_, but not Rubinius
* `mri_18`:
@@ -199,6 +201,8 @@ There are a number of `Gemfile` platforms:
_mri_ `AND` version 2.2
* `mri_23`:
_mri_ `AND` version 2.3
+ * `mri_24`:
+ _mri_ `AND` version 2.4
* `rbx`:
Same as _ruby_, but only Rubinius (not MRI)
* `jruby`:
@@ -219,6 +223,8 @@ There are a number of `Gemfile` platforms:
_mingw_ `AND` version 2.2
* `mingw_23`:
_mingw_ `AND` version 2.3
+ * `mingw_24`:
+ _mingw_ `AND` version 2.4
* `x64_mingw`:
Windows 64 bit 'mingw32' platform (aka RubyInstaller x64)
* `x64_mingw_20`:
@@ -229,6 +235,8 @@ There are a number of `Gemfile` platforms:
_x64_mingw_ `AND` version 2.2
* `x64_mingw_23`:
_x64_mingw_ `AND` version 2.3
+ * `x65_mingw_23`:
+ _x64_mingw_ `AND` version 2.4
As with groups, you can specify one or more platforms: