Bump Ruby version

This commit is contained in:
Hakan Ensari 2015-12-22 19:00:14 +00:00
parent 2edf0fd19e
commit 4b8ae80a64
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
before_script:
- psql -c 'create database fixer_test;' -U postgres
rvm:
- 2.2.3
- 2.2.4
sudo: false

View File

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