Upgrade to Ruby 2.7.0

This commit is contained in:
Hakan Ensari 2020-01-02 19:53:27 +03:00
parent 1e65ddb186
commit 1adadecf6e
5 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
container:
image: ruby:2.6.5
image: ruby:2.7.0
services:
postgres:

View File

@ -1 +1 @@
2.6.5
2.7.0

View File

@ -1,4 +1,4 @@
FROM ruby:2.6.5
FROM ruby:2.7.0
RUN mkdir /app
WORKDIR /app

View File

@ -2,7 +2,7 @@
source 'http://rubygems.org'
ruby '2.6.5'
ruby '2.7.0'
gem 'money'
gem 'oj'

View File

@ -119,7 +119,7 @@ DEPENDENCIES
webmock
RUBY VERSION
ruby 2.6.5p114
ruby 2.7.0p0
BUNDLED WITH
2.0.2
2.1.2