Bump Ruby back down to 2.6.3

This commit is contained in:
Hakan Ensari 2019-11-22 14:38:37 +00:00
parent af9e8c8665
commit 97c886700d
5 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Set up Ruby
uses: actions/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 2.6.3
- name: Set up reporter
run: |

View File

@ -1 +1 @@
2.6.5
2.6.3

View File

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

View File

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

View File

@ -112,7 +112,7 @@ DEPENDENCIES
webmock
RUBY VERSION
ruby 2.6.5p114
ruby 2.6.3p62
BUNDLED WITH
2.0.2