Actions
tickets #180890
closedTSP no longer updates, dependency wants Ruby 3
Start date:
2025-04-11
Due date:
% Done:
0%
Estimated time:
Description
Reproducing what the Salt state would run:
tsp (Travel Support Program webapp):/srv/www/travel-support-program # sudo -u tsp bundle.ruby.ruby2.7 install --deployment
[DEPRECATED] The `--deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set deployment 'true'`, and stop using this flag
Fetching gem metadata from https://rubygems.org/.........
public_suffix-6.0.1 requires ruby version >= 3.0, which is incompatible with the current version, ruby 2.7.8p225
tsp (Travel Support Program webapp):/srv/www/travel-support-program # echo $?
5
Updated by crameleon about 1 month ago
- Assignee set to hellcp
please check / I'm not sure if it requires any changes in travel-support-program or just in our deployment.
Updated by hellcp about 1 month ago
Seems like an upstream change. We need a rewrite of a very complex state machine that is hard to figure out to move to newer rails version, which is the only reason we are on older ruby.
Updated by crameleon 28 days ago
- Related to tickets #180953: tsp.o.o is down added
Actions