mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
Bump ruby version
This commit is contained in:
parent
92ed532543
commit
b858e8c487
@ -1,5 +1,5 @@
|
||||
before_script:
|
||||
- psql -c 'create database fixer_test;' -U postgres
|
||||
rvm:
|
||||
- 2.3.0
|
||||
- 2.3.1
|
||||
sudo: false
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM ruby:2.3.0
|
||||
FROM ruby:2.3.1
|
||||
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
Loading…
Reference in New Issue
Block a user