Skip to content

Commit

Permalink
SRCH-5549 Update ruby version 3.3.4 in deploy.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
krbhavith committed Dec 31, 2024
1 parent 45aa5d8 commit 43f70a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
set :puma_threads, [ENV.fetch('SEARCHGOV_MIN_THREADS', SEARCHGOV_THREADS), SEARCHGOV_THREADS]
set :puma_workers, ENV.fetch('SEARCHGOV_WORKERS') { 0 }
set :rails_env, 'production'
set :rbenv_ruby, '3.1.4'
set :rbenv_ruby, '3.3.4'
set :rbenv_type, :user
set :repo_url, 'https://github.com/GSA/search-gov'
set :resque_environment_task, true
Expand Down

0 comments on commit 43f70a1

Please sign in to comment.