diff --git a/.travis.yml b/.travis.yml index 7917efa5..a9900b64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ env: - RUBY_GC_MALLOC_LIMIT=90000000 - RUBY_FREE_MIN=200000 rvm: - - 1.9.3 + - 2.0.0 before_script: - 'RAILS_ENV=test rake db:create db:schema:load --trace' notifications: diff --git a/Gemfile b/Gemfile index d45932fd..58bc4852 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -ruby '1.9.3' rescue nil +ruby '2.0.0' source 'https://rubygems.org' gemspec