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: before_script:
- psql -c 'create database fixer_test;' -U postgres - psql -c 'create database fixer_test;' -U postgres
rvm: rvm:
- 2.4.0 - 2.4.1
sudo: false sudo: false

View File

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

View File

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

View File

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