Skip to content

Commit 513cd35

Browse files
committed
Update Ruby 2.2.2
1 parent f7d1c21 commit 513cd35

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1
1+
2.2.2

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
ruby '2.2.1'
2+
ruby '2.2.2'
33

44
gem 'rake'
55
gem 'thor'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Unless you wish to contribute to the project, I recommend using the hosted versi
2323

2424
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.
2525

26-
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:
26+
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:
2727

2828
```
2929
git clone https://github.com/Thibaut/devdocs.git && cd devdocs

0 commit comments

Comments
 (0)