Skip to content

Commit

Permalink
Merge pull request #790 from photonia-io/ruby-3.3.5-in-capistrano
Browse files Browse the repository at this point in the history
Ruby 3.3.5 in Capistrano (and correct Capistrano version)
  • Loading branch information
janosrusiczki authored Oct 30, 2024
2 parents e7e4281 + f414530 commit f8b6c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/deploy.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true

# config valid for current version and patch releases of Capistrano
lock '~> 3.18.0'
lock '~> 3.19.1'

set :application, 'photonia'
set :repo_url, '[email protected]:photonia-io/photonia.git'
Expand Down Expand Up @@ -44,7 +44,7 @@

set :passenger_restart_with_touch, true

set :rbenv_ruby, '3.3.4'
set :rbenv_ruby, '3.3.5'

set :sidekiq_service_unit_name, 'sidekiq-photonia'

Expand Down

0 comments on commit f8b6c0b

Please sign in to comment.