aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2015-04-13 22:56:47 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2015-04-13 22:56:47 -0500
commit33ea933d7bf6db1534a7a5752c7942a8dc89bd8a (patch)
tree3ccb6639f7e47df55e1961d5c8025009fe4b5b92 /guides
parent8ac458ad2e252ba041d9f4e42b94bd5997a622be (diff)
parent32f7491808d2c4e097ed7b3ee875e4d1cea8c442 (diff)
downloadrails-33ea933d7bf6db1534a7a5752c7942a8dc89bd8a.tar.gz
rails-33ea933d7bf6db1534a7a5752c7942a8dc89bd8a.tar.bz2
rails-33ea933d7bf6db1534a7a5752c7942a8dc89bd8a.zip
Merge pull request #19753 from jonatack/use-ruby-2-2-2
Upgrade to Ruby 2.2.2
Diffstat (limited to 'guides')
-rw-r--r--guides/source/command_line.md4
-rw-r--r--guides/source/upgrading_ruby_on_rails.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/guides/source/command_line.md b/guides/source/command_line.md
index 3bd84b1ce6..8f9102611d 100644
--- a/guides/source/command_line.md
+++ b/guides/source/command_line.md
@@ -402,8 +402,8 @@ INFO: You can also use `rake -T` to get the list of tasks.
$ bin/rake about
About your application's environment
Rails version 5.0.0
-Ruby version 2.2.1 (x86_64-linux)
-RubyGems version 2.4.5
+Ruby version 2.2.2 (x86_64-linux)
+RubyGems version 2.4.6
Rack version 1.6
JavaScript Runtime Node.js (V8)
Middleware Rack::Sendfile, ActionDispatch::Static, Rack::Lock, #<ActiveSupport::Cache::Strategy::LocalCache::Middleware:0x007ffd131a7c88>, Rack::Runtime, Rack::MethodOverride, ActionDispatch::RequestId, Rails::Rack::Logger, ActionDispatch::ShowExceptions, ActionDispatch::DebugExceptions, ActionDispatch::RemoteIp, ActionDispatch::Reloader, ActionDispatch::Callbacks, ActiveRecord::Migration::CheckPending, ActiveRecord::ConnectionAdapters::ConnectionManagement, ActiveRecord::QueryCache, ActionDispatch::Cookies, ActionDispatch::Session::CookieStore, ActionDispatch::Flash, ActionDispatch::ParamsParser, Rack::Head, Rack::ConditionalGet, Rack::ETag
diff --git a/guides/source/upgrading_ruby_on_rails.md b/guides/source/upgrading_ruby_on_rails.md
index 7666601bd7..74240c1d16 100644
--- a/guides/source/upgrading_ruby_on_rails.md
+++ b/guides/source/upgrading_ruby_on_rails.md
@@ -20,7 +20,7 @@ The best way to be sure that your application still works after upgrading is to
Rails generally stays close to the latest released Ruby version when it's released:
-* Rails 5 requires Ruby 2.2.1 or newer.
+* Rails 5 requires Ruby 2.2.2 or newer.
* Rails 4 prefers Ruby 2.0 and requires 1.9.3 or newer.
* Rails 3.2.x is the last branch to support Ruby 1.8.7.
* Rails 3 and above require Ruby 1.8.7 or higher. Support for all of the previous Ruby versions has been dropped officially. You should upgrade as early as possible.