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:
|
build:
|
||||||
docker:
|
docker:
|
||||||
# specify the version you desire here
|
# 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
|
# Specify service dependencies here if necessary
|
||||||
# CircleCI maintains a library of pre-built images
|
# 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'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
ruby '2.6.3'
|
ruby '2.6.5'
|
||||||
|
|
||||||
##-- base gems for rails --##
|
##-- base gems for rails --##
|
||||||
gem 'rack-cors', require: 'rack/cors'
|
gem 'rack-cors', require: 'rack/cors'
|
||||||
|
|
|
@ -510,7 +510,7 @@ DEPENDENCIES
|
||||||
wisper (= 2.0.0)
|
wisper (= 2.0.0)
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 2.6.3p62
|
ruby 2.6.5p114
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.17.3
|
1.17.3
|
||||||
|
|
|
@ -37,16 +37,16 @@ source ~/.rvm/scripts/rvm
|
||||||
|
|
||||||
### Install Ruby
|
### 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
|
```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
|
```bash
|
||||||
rvm use 2.6.3 --default
|
rvm use 2.6.5 --default
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install Node.js
|
### Install Node.js
|
||||||
|
|
|
@ -33,16 +33,16 @@ Enable `Run command as a login shell` in terminal `Preferences`. Restart your co
|
||||||
|
|
||||||
### Install Ruby
|
### 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
|
```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
|
```bash
|
||||||
rvm use 2.6.3 --default
|
rvm use 2.6.5 --default
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install Node.js
|
### Install Node.js
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue