Update Ruby to 2.1.0

This commit is contained in:
Henrik Hodne 2014-01-30 13:25:28 -06:00
parent b43568a0f9
commit 123c8cf403
No known key found for this signature in database
GPG Key ID: 149794CB0A0ADFBF
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ env:
- RUBY_GC_MALLOC_LIMIT=90000000 - RUBY_GC_MALLOC_LIMIT=90000000
- RUBY_FREE_MIN=200000 - RUBY_FREE_MIN=200000
rvm: rvm:
- 2.0.0 - 2.1.0
addons: addons:
postgresql: 9.3 postgresql: 9.3
before_script: before_script:

View File

@ -1,4 +1,4 @@
ruby '2.0.0' ruby '2.1.0'
source 'https://rubygems.org' source 'https://rubygems.org'
gemspec gemspec