summaryrefslogtreecommitdiff
path: root/man/gemfile.5.ronn
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2016-12-26 09:19:49 +0900
committerAkira Matsuda <ronnie@dio.jp>2016-12-26 19:15:03 +0900
commitcf107b4fbadf2fa4523822149624e99b24cbcf41 (patch)
tree1e3d37e9fa76f314d3cf866674824ecdc3223ff7 /man/gemfile.5.ronn
parent8b5bf94f2f7666d4547b7fbe4719f2e840df4914 (diff)
downloadbundler-cf107b4fbadf2fa4523822149624e99b24cbcf41.tar.gz
Support :mri_25 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 27b95b7337..08a3ded488 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -187,6 +187,8 @@ There are a number of `Gemfile` platforms:
_ruby_ `AND` version 2.3
* `ruby_24`:
_ruby_ `AND` version 2.4
+ * `ruby_25`:
+ _ruby_ `AND` version 2.5
* `mri`:
Same as _ruby_, but not Rubinius
* `mri_18`:
@@ -203,6 +205,8 @@ There are a number of `Gemfile` platforms:
_mri_ `AND` version 2.3
* `mri_24`:
_mri_ `AND` version 2.4
+ * `mri_25`:
+ _mri_ `AND` version 2.5
* `rbx`:
Same as _ruby_, but only Rubinius (not MRI)
* `jruby`:
@@ -225,6 +229,8 @@ There are a number of `Gemfile` platforms:
_mingw_ `AND` version 2.3
* `mingw_24`:
_mingw_ `AND` version 2.4
+ * `mingw_25`:
+ _mingw_ `AND` version 2.5
* `x64_mingw`:
Windows 64 bit 'mingw32' platform (aka RubyInstaller x64)
* `x64_mingw_20`:
@@ -237,6 +243,8 @@ There are a number of `Gemfile` platforms:
_x64_mingw_ `AND` version 2.3
* `x64_mingw_24`:
_x64_mingw_ `AND` version 2.4
+ * `x64_mingw_25`:
+ _x64_mingw_ `AND` version 2.5
As with groups, you can specify one or more platforms: