Bump Ruby to 2.2.3

This commit is contained in:
Hakan Ensari 2015-08-30 10:36:20 +01:00
parent fd8b2f7a4a
commit 214e8a8a1a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
rvm:
- 2.2.2
- 2.2.3
before_script:
- psql -c 'create database fixer_test;' -U postgres

View File

@ -1,6 +1,6 @@
source 'http://rubygems.org'
ruby '2.2.2'
ruby '2.2.3'
gem 'fixer'
gem 'rollbar'