Skip to content

Commit

Permalink
Fix passenger?
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminSchaaf committed Aug 18, 2024
1 parent a901ea6 commit 2f0f171
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require 'capistrano/rvm'
require 'capistrano/bundler'
require 'capistrano/rails/assets'
require 'capistrano/rails/migrations'
require 'capistrano/passenger'
# require 'capistrano/passenger'

require 'capistrano/scm/git'

Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ gem 'counter_culture', '~> 2.0'
gem 'tournament-system', '~> 2.0'
# Backwards compatibility with ruby 2
gem 'scanf'
# Bullshit for passenger
gem "base64", "0.1.1"

group :test do
# Use rspec for tests
Expand Down

0 comments on commit 2f0f171

Please sign in to comment.