-
-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '8031-drop-ruby-3.0' into develop
- Loading branch information
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0.4 | ||
3.1.6 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ namespace :config_files do | |
cpus: ENV.fetch('CPUS') { '1' }, | ||
mailto: ENV.fetch('MAILTO') { "#{ ENV['DEPLOY_USER'] }@localhost" }, | ||
rails_env: ENV.fetch('RAILS_ENV') { 'development' }, | ||
ruby_version: ENV.fetch('RUBY_VERSION') { '3.1.5' }, | ||
ruby_version: ENV.fetch('RUBY_VERSION') { '3.1.6' }, | ||
site: ENV.fetch('SITE') { 'foi' }, | ||
user: ENV.fetch('DEPLOY_USER') { 'alaveteli' }, | ||
vcspath: ENV.fetch('VCSPATH') { 'alaveteli' }, | ||
|
@@ -123,7 +123,7 @@ namespace :config_files do | |
'VCSPATH=alaveteli ' \ | ||
'SITE=alaveteli ' \ | ||
'SCRIPT_FILE=config/sysvinit-thin.example ' \ | ||
'RUBY_VERSION=3.1.5 ' \ | ||
'RUBY_VERSION=3.1.6 ' \ | ||
'USE_RBENV=false ' | ||
check_for_env_vars(%w[DEPLOY_USER VHOST_DIR SCRIPT_FILE], example) | ||
|
||
|
@@ -147,7 +147,7 @@ namespace :config_files do | |
'VCSPATH=alaveteli ' \ | ||
'SITE=alaveteli ' \ | ||
'DAEMON=alert-tracks.service ' \ | ||
'RUBY_VERSION=3.1.5 ' \ | ||
'RUBY_VERSION=3.1.6 ' \ | ||
'USE_RBENV=false ' | ||
check_for_env_vars(%w[DEPLOY_USER VHOST_DIR DAEMON], example) | ||
|
||
|
@@ -167,7 +167,7 @@ namespace :config_files do | |
'VHOST_DIR=/dir/above/alaveteli VCSPATH=alaveteli ' \ | ||
'SITE=alaveteli CRONTAB=config/crontab-example ' \ | ||
'[email protected] ' \ | ||
'RUBY_VERSION=3.1.5 ' \ | ||
'RUBY_VERSION=3.1.6 ' \ | ||
'USE_RBENV=false ' | ||
check_for_env_vars(%w[DEPLOY_USER VHOST_DIR VCSPATH SITE CRONTAB], example) | ||
convert_erb(ENV['CRONTAB'], **default_replacements) | ||
|