From 1adadecf6edc9e3b55eec8a4acd6421a99ff6e08 Mon Sep 17 00:00:00 2001 From: Hakan Ensari Date: Thu, 2 Jan 2020 19:53:27 +0300 Subject: [PATCH] Upgrade to Ruby 2.7.0 --- .github/workflows/build.yml | 2 +- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile | 2 +- Gemfile.lock | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 38d029e..0c4c984 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest container: - image: ruby:2.6.5 + image: ruby:2.7.0 services: postgres: diff --git a/.ruby-version b/.ruby-version index 57cf282..24ba9a3 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.5 +2.7.0 diff --git a/Dockerfile b/Dockerfile index 5361869..f444164 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:2.6.5 +FROM ruby:2.7.0 RUN mkdir /app WORKDIR /app diff --git a/Gemfile b/Gemfile index d2fbd8e..115ecb7 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'http://rubygems.org' -ruby '2.6.5' +ruby '2.7.0' gem 'money' gem 'oj' diff --git a/Gemfile.lock b/Gemfile.lock index 8bab086..e402ec0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,7 +119,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 2.6.5p114 + ruby 2.7.0p0 BUNDLED WITH - 2.0.2 + 2.1.2