Commit 2e16a506 by lifuzhong

Change ruby version to 2.6.9

parent 74b17db3
ruby-2.6.5 ruby-2.6.9
\ No newline at end of file
...@@ -2,7 +2,7 @@ source 'https://gems.ruby-china.com' ...@@ -2,7 +2,7 @@ source 'https://gems.ruby-china.com'
git_source(:github) { |repo| "https://github.com/#{repo}.git" } 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' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0.0' gem 'rails', '~> 6.0.0'
...@@ -77,4 +77,4 @@ gem 'httparty', '~> 0.13.7' ...@@ -77,4 +77,4 @@ gem 'httparty', '~> 0.13.7'
gem 'redis-rails', '~> 5.0', '>= 5.0.2' gem 'redis-rails', '~> 5.0', '>= 5.0.2'
gem 'rails_param', '~> 0.10.2' gem 'rails_param', '~> 0.10.2'
gem 'sidekiq', '~> 4.1', '>= 4.1.2' gem 'sidekiq', '~> 4.1', '>= 4.1.2'
gem 'god', '~> 0.13.7' gem 'god', '~> 0.13.7'
\ No newline at end of file
...@@ -307,7 +307,7 @@ DEPENDENCIES ...@@ -307,7 +307,7 @@ DEPENDENCIES
web-console (>= 3.3.0) web-console (>= 3.3.0)
RUBY VERSION RUBY VERSION
ruby 2.6.5p114 ruby 2.6.9p207
BUNDLED WITH BUNDLED WITH
1.17.3 1.17.3
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
lock '~> 3.11.0' lock '~> 3.11.0'
set :rvm_type, :auto # Defaults to: :auto 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' set :god_sidekiq_group, 'push_service'
# 当前服务器有app 这个角色。 # 当前服务器有app 这个角色。
......
...@@ -12,7 +12,7 @@ set :rails_env, :production ...@@ -12,7 +12,7 @@ set :rails_env, :production
set :port, 40022 set :port, 40022
set :repo_url, 'ssh://gitlab@gitlab.ikcrm.com:40022/ikcrm_server/app_push.git' set :repo_url, 'ssh://gitlab@gitlab.ikcrm.com:40022/ikcrm_server/app_push.git'
set :application, 'app_push' 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 :deploy_to, deploy_config['deploy_to']
......
...@@ -12,7 +12,7 @@ set :rails_env, :production ...@@ -12,7 +12,7 @@ set :rails_env, :production
set :port, 40022 set :port, 40022
set :repo_url, 'ssh://gitlab@gitlab.ikcrm.com:40022/ikcrm_server/app_push.git' set :repo_url, 'ssh://gitlab@gitlab.ikcrm.com:40022/ikcrm_server/app_push.git'
set :application, 'app_push' 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 :deploy_to, deploy_config['deploy_to']
set :shared_path, -> { fetch(:deploy_to) + '/shared' } set :shared_path, -> { fetch(:deploy_to) + '/shared' }
......
...@@ -12,7 +12,7 @@ set :rails_env, :production ...@@ -12,7 +12,7 @@ set :rails_env, :production
set :port, 40022 set :port, 40022
set :repo_url, 'ssh://gitlab@gitlab.ikcrm.com:40022/ikcrm_server/app_push.git' set :repo_url, 'ssh://gitlab@gitlab.ikcrm.com:40022/ikcrm_server/app_push.git'
set :application, 'app_push' 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 :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