Downgraded Ruby to 2.6.5

This commit is contained in:
Al Snow
2019-11-05 11:58:13 -05:00
parent 55c3e3e307
commit 4297f5b57c
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
2.7.0-preview1
2.6.5
+1 -1
View File
@@ -1,6 +1,6 @@
language: ruby
rvm:
- "2.7.0-preview1"
- "2.6.5"
before_install:
- "phantomjs --version"
+1 -1
View File
@@ -1,4 +1,4 @@
FROM ruby:2.7.0-preview1
FROM ruby:2.6.5
RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
RUN mkdir /myapp
WORKDIR /myapp
+1 -1
View File
@@ -4,7 +4,7 @@ source "https://rubygems.org"
#don't upgrade
gem "rails", "6.0.0"
ruby "2.7.0"
ruby "2.6.5"
gem "aruba"
gem "bcrypt"
+2 -2
View File
@@ -389,7 +389,7 @@ DEPENDENCIES
unicorn
RUBY VERSION
ruby 2.7.0p-1
ruby 2.6.5p114
BUNDLED WITH
2.1.0.pre.2
1.17.3