Skip to content

Commit

Permalink
[allsearch-api] Ruby 3.3
Browse files Browse the repository at this point in the history
Passenger failed without the latest version of bundler (2.5.4).

Co-authored-by: Kevin Reiss <[email protected]>
Co-authored-by: Ryan Laddusaw <[email protected]>
  • Loading branch information
3 people committed Feb 12, 2024
1 parent 9da9c41 commit 4aa47f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions group_vars/allsearch_api/common.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
install_ruby_from_source: true
ruby_version_override: "ruby-3.2.2"
bundler_version: "2.4.19"
ruby_version_override: "ruby-3.3.0"
bundler_version: "2.5.4"
passenger_extra_http_config:
- "passenger_preload_bundler on;"

passenger_app_root: "/opt/allsearch_api/current/public"
passenger_server_name: "{{ inventory_hostname }}"
Expand Down

0 comments on commit 4aa47f0

Please sign in to comment.