Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Commit

Permalink
[#61293244] Upgrade Ruby due to vulnerability when parsing JSON on ve…
Browse files Browse the repository at this point in the history
…rsions prior to ruby 2.0.0 patchlevel 353
  • Loading branch information
loren committed Jan 6, 2014
1 parent 458265b commit d6dd18f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
ruby-2.0.0-p195
ruby-2.1
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,5 +1,5 @@
bundler_args: --without development
language: ruby
rvm:
- 2.0.0
- 2.1.0
services: elasticsearch
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ The server code that runs our [Jobs API](http://usasearch.howto.gov/developer/jo

### Ruby

You'll need [Ruby 2.0](http://www.ruby-lang.org/en/downloads/).
This code is currently tested against [Ruby 2.1](http://www.ruby-lang.org/en/downloads/).

### Gems

Expand Down

0 comments on commit d6dd18f

Please sign in to comment.