mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-21 18:42:29 +01:00
Update Ruby version
This commit is contained in:
parent
b5e8a94250
commit
cc539ebdd0
@ -1 +1 @@
|
||||
ruby-2.4.0
|
||||
ruby-2.4.1
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM ruby:2.4.0
|
||||
FROM ruby:2.4.1
|
||||
|
||||
RUN mkdir /app
|
||||
WORKDIR /app
|
||||
|
3
Gemfile
3
Gemfile
@ -1,7 +1,8 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
source 'http://rubygems.org'
|
||||
|
||||
ruby '2.4.0'
|
||||
ruby '2.4.1'
|
||||
|
||||
gem 'fixer'
|
||||
gem 'kgio'
|
||||
|
@ -73,7 +73,7 @@ DEPENDENCIES
|
||||
unicorn
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.4.0p0
|
||||
ruby 2.4.1p111
|
||||
|
||||
BUNDLED WITH
|
||||
1.13.7
|
||||
|
Loading…
Reference in New Issue
Block a user