Commit 2e16a506 by lifuzhong

Change ruby version to 2.6.9

parent 74b17db3
ruby-2.6.5
\ No newline at end of file
ruby-2.6.9
......@@ -2,7 +2,7 @@ source 'https://gems.ruby-china.com'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby '2.6.5'
ruby '2.6.9'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.0'
......@@ -77,4 +77,4 @@ gem 'httparty', '~> 0.13.7'
gem 'redis-rails', '~> 5.0', '>= 5.0.2'
gem 'rails_param', '~> 0.10.2'
gem 'sidekiq', '~> 4.1', '>= 4.1.2'
gem 'god', '~> 0.13.7'
\ No newline at end of file
gem 'god', '~> 0.13.7'
......@@ -307,7 +307,7 @@ DEPENDENCIES
web-console (>= 3.3.0)
RUBY VERSION
ruby 2.6.5p114
ruby 2.6.9p207
BUNDLED WITH
1.17.3
......@@ -2,7 +2,7 @@
lock '~> 3.11.0'
set :rvm_type, :auto # Defaults to: :auto
set :rvm_ruby_version, '2.6.5'
set :rvm_ruby_version, '2.6.9'
set :god_sidekiq_group, 'push_service'
# 当前服务器有app 这个角色。
......
......@@ -12,7 +12,7 @@ set :rails_env, :production
set :port, 40022
set :repo_url, 'ssh://gitlab@gitlab.ikcrm.com:40022/ikcrm_server/app_push.git'
set :application, 'app_push'
set :rvm_ruby_version, '2.6.5'
set :rvm_ruby_version, '2.6.9'
set :deploy_to, deploy_config['deploy_to']
......
......@@ -12,7 +12,7 @@ set :rails_env, :production
set :port, 40022
set :repo_url, 'ssh://gitlab@gitlab.ikcrm.com:40022/ikcrm_server/app_push.git'
set :application, 'app_push'
set :rvm_ruby_version, '2.6.5'
set :rvm_ruby_version, '2.6.9'
set :deploy_to, deploy_config['deploy_to']
set :shared_path, -> { fetch(:deploy_to) + '/shared' }
......
......@@ -12,7 +12,7 @@ set :rails_env, :production
set :port, 40022
set :repo_url, 'ssh://gitlab@gitlab.ikcrm.com:40022/ikcrm_server/app_push.git'
set :application, 'app_push'
set :rvm_ruby_version, '2.6.5'
set :rvm_ruby_version, '2.6.9'
set :deploy_to, deploy_config['deploy_to']
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment