Upgrade to Ruby 2.6.5 (#216)
This commit is contained in:
parent
9256745193
commit
0aee33453c
6 changed files with 12 additions and 12 deletions
|
@ -7,7 +7,7 @@ jobs:
|
|||
build:
|
||||
docker:
|
||||
# specify the version you desire here
|
||||
- image: circleci/ruby:2.6.3-node-browsers
|
||||
- image: circleci/ruby:2.6.5-node-browsers
|
||||
|
||||
# Specify service dependencies here if necessary
|
||||
# CircleCI maintains a library of pre-built images
|
||||
|
|
|
@ -1 +1 @@
|
|||
2.6.3
|
||||
2.6.5
|
||||
|
|
2
Gemfile
2
Gemfile
|
@ -1,6 +1,6 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
ruby '2.6.3'
|
||||
ruby '2.6.5'
|
||||
|
||||
##-- base gems for rails --##
|
||||
gem 'rack-cors', require: 'rack/cors'
|
||||
|
|
|
@ -510,7 +510,7 @@ DEPENDENCIES
|
|||
wisper (= 2.0.0)
|
||||
|
||||
RUBY VERSION
|
||||
ruby 2.6.3p62
|
||||
ruby 2.6.5p114
|
||||
|
||||
BUNDLED WITH
|
||||
1.17.3
|
||||
|
|
|
@ -37,16 +37,16 @@ source ~/.rvm/scripts/rvm
|
|||
|
||||
### Install Ruby
|
||||
|
||||
Chatwoot APIs are built on Ruby on Rails, you need install ruby 2.6.3
|
||||
Chatwoot APIs are built on Ruby on Rails, you need install ruby 2.6.5
|
||||
|
||||
```bash
|
||||
rvm install ruby-2.6.3
|
||||
rvm install ruby-2.6.5
|
||||
```
|
||||
|
||||
Use ruby 2.6.3 as default
|
||||
Use ruby 2.6.5 as default
|
||||
|
||||
```bash
|
||||
rvm use 2.6.3 --default
|
||||
rvm use 2.6.5 --default
|
||||
```
|
||||
|
||||
### Install Node.js
|
||||
|
|
|
@ -33,16 +33,16 @@ Enable `Run command as a login shell` in terminal `Preferences`. Restart your co
|
|||
|
||||
### Install Ruby
|
||||
|
||||
Chatwoot APIs are built on Ruby on Rails, you need install ruby 2.6.3
|
||||
Chatwoot APIs are built on Ruby on Rails, you need install ruby 2.6.5
|
||||
|
||||
```bash
|
||||
rvm install ruby-2.6.3
|
||||
rvm install ruby-2.6.5
|
||||
```
|
||||
|
||||
Use ruby 2.6.3 as default
|
||||
Use ruby 2.6.5 as default
|
||||
|
||||
```bash
|
||||
rvm use 2.6.3 --default
|
||||
rvm use 2.6.5 --default
|
||||
```
|
||||
|
||||
### Install Node.js
|
||||
|
|
Loading…
Reference in a new issue