From 56a57dac37f99058f7db9987451178e6366f720f Mon Sep 17 00:00:00 2001 From: Zach Robinson Date: Fri, 13 Dec 2013 14:16:45 -0800 Subject: [PATCH] target ruby 2.0.0-p353 Signed-off-by: Lucas Marks --- .ruby-version | 2 +- .travis.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index c82eec79..dd44cb31 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -1.9.3-p448 +2.0.0-p353 \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 33ab8290..8311115e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: ruby bundler_args: --deployment --without development rvm: -- 1.9.3-p448 +- 2.0.0-p353 script: bundle exec rspec spec