Skip to content

[ASQ-1255] Updated sinatra dependency #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: rails_7_0_support
Choose a base branch
from

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