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