From 513cd35fe682d73989a4fee4f4aac8db655ed789 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Mon, 18 May 2015 10:55:08 -0400 Subject: [PATCH] Update Ruby 2.2.2 --- .ruby-version | 2 +- Gemfile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index fae692e4..7e541aec 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.2.1 \ No newline at end of file +2.2.2 \ No newline at end of file diff --git a/Gemfile b/Gemfile index 34d06081..5d0b56d6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '2.2.1' +ruby '2.2.2' gem 'rake' gem 'thor' diff --git a/README.md b/README.md index ee27fa21..3b659f40 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Unless you wish to contribute to the project, I recommend using the hosted versi DevDocs is made of two separate pieces: a Ruby scraper that generates the documentation and metadata, and a JavaScript app powered by a small Sinatra app. -DevDocs requires Ruby 2.2.1 and a JavaScript runtime supported by [ExecJS](https://github.com/sstephenson/execjs#readme) (included in OS X and Windows; [Node.js](http://nodejs.org/) on Linux). Once you have these installed, run the following commands: +DevDocs requires Ruby 2.2.2 and a JavaScript runtime supported by [ExecJS](https://github.com/sstephenson/execjs#readme) (included in OS X and Windows; [Node.js](http://nodejs.org/) on Linux). Once you have these installed, run the following commands: ``` git clone https://github.com/Thibaut/devdocs.git && cd devdocs