use ruby 2.2.0 as the default version
did
committed Feb 28, 2015
commit 203d9cb8a40eb57b5886098500582435112dda7d
Showing 2
changed files with
2 additions
and 2 deletions
.travis.yml
+1
-1
| @@ | @@ -1,7 +1,7 @@ |
| language: ruby | |
| services: mongodb | |
| rvm: | |
| - | - 2.1.3 |
| + | - 2.2.0 |
| env: | |
| - CODECLIMATE_REPO_TOKEN=8d9c25de4eff1cd06d3accdc09775397e1a81be67e2a159453ba4e4408acae16 | |
| - COVERALLS_REPO_TOKEN=K7iSITlpmmpgh2uanmudoO5Hv62coULxy | |
Gemfile
+1
-1
| @@ | @@ -24,5 +24,5 @@ group :test do |
| end | |
| platform :ruby do | |
| - | ruby '2.1.3' |
| + | ruby '2.2.0' |
| end | |