Update Ruby version

This commit is contained in:
Hakan Ensari 2017-06-14 21:15:46 +01:00
parent b5e8a94250
commit cc539ebdd0
5 changed files with 6 additions and 5 deletions

View File

@ -1 +1 @@
ruby-2.4.0
ruby-2.4.1

View File

@ -4,5 +4,5 @@ before_install:
before_script:
- psql -c 'create database fixer_test;' -U postgres
rvm:
- 2.4.0
- 2.4.1
sudo: false

View File

@ -1,4 +1,4 @@
FROM ruby:2.4.0
FROM ruby:2.4.1
RUN mkdir /app
WORKDIR /app

View File

@ -1,7 +1,8 @@
# frozen_string_literal: true
source 'http://rubygems.org'
ruby '2.4.0'
ruby '2.4.1'
gem 'fixer'
gem 'kgio'

View File

@ -73,7 +73,7 @@ DEPENDENCIES
unicorn
RUBY VERSION
ruby 2.4.0p0
ruby 2.4.1p111
BUNDLED WITH
1.13.7