Skip to content

Conversation

@micaelacunhadev
Copy link
Member

@micaelacunhadev micaelacunhadev commented May 30, 2025

Description

When upgrading ASQ's Ruby version to 3.4 in the scope of ticket ASQ-1245, the following script stopped working

bundle exec script/florida_app.rb

and so did the command below that calls the first command:

bundle exec foreman start

After some digging into the cause of the problem, we noticed that sinatra, which is called in the script, wouldn't start. This indicated that an older version of sinatra, likely to be incompatible with the new ruby version, could likely be the culprit.

Upon updating the sinatra dependency on raddocs.gemspec and specifying a version greater or equal to 3.0 on Gemfile, the problem was fixed.

Motivation and Context

ASQ-1255 - Upgrade SmartLogic gems used in ASQ
ASQ-1245 - Upgrade Ruby from 3.2 to 3.4

@micaelacunhadev micaelacunhadev changed the title Updated sinatra dependency [ASQ-1255] Updated sinatra dependency May 30, 2025
@micaelacunhadev micaelacunhadev requested a review from janxious May 30, 2025 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant