summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-12 19:04:33 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-04-12 19:04:33 +0200
commit6f23eb6d41d6b2cc759755bba1fecc102adb3ec1 (patch)
tree5fcc6c7c406959869d36831b6032517c1c7a3c9c
parent8b2ee2ec00393565eaf0770e04b36ede8c4b73fd (diff)
downloadbundler-more_old_rubies_cleanups.tar.gz
Use newer rubies in docsmore_old_rubies_cleanups
-rw-r--r--man/gemfile.5.ronn4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/gemfile.5.ronn b/man/gemfile.5.ronn
index 5a3ae19ea3..5803fce97a 100644
--- a/man/gemfile.5.ronn
+++ b/man/gemfile.5.ronn
@@ -62,7 +62,7 @@ The version of Ruby that your application requires. If your application
requires an alternate Ruby engine, such as JRuby, Rubinius or TruffleRuby, this
should be the Ruby version that the engine is compatible with.
- ruby "1.9.3"
+ ruby "2.6.2"
### ENGINE
@@ -91,7 +91,7 @@ Each application _may_ specify a Ruby engine version. If an engine version is
specified, an engine _must_ also be specified. If the engine is "ruby" the
engine version specified _must_ match the Ruby version.
- ruby "1.8.7", :engine => "jruby", :engine_version => "1.6.7"
+ ruby "2.5.3", :engine => "jruby", :engine_version => "9.2.6.0"
### PATCHLEVEL