Skip to content

Fix Broken CI #946

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

Merged
merged 1 commit into from
Mar 6, 2025
Merged

Fix Broken CI #946

merged 1 commit into from
Mar 6, 2025

Conversation

y-yagi
Copy link
Collaborator

@y-yagi y-yagi commented Mar 5, 2025

This updates dependencies for old Ruby versions to fix the build.
Ref: https://github.com/drapergem/draper/actions/runs/13019407035/job/36316404382

@y-yagi y-yagi marked this pull request as ready for review March 5, 2025 23:17
gem 'sqlite3'
elsif RUBY_VERSION >= "2.5.0"
gem 'sqlite3', '~> 1.4.0'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this change, sqlite3 fails to install.

sqlite3-1.7.3-x86_64-linux requires ruby version < 3.4.dev, >= 3.0, which is incompatible with the current version, ruby
2.7.7p221

@y-yagi y-yagi requested a review from Alexander-Senko March 5, 2025 23:19
@y-yagi y-yagi merged commit ef42e02 into drapergem:master Mar 6, 2025
13 checks passed
@y-yagi y-yagi deleted the fix_broken_ci branch March 6, 2025 10:30
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.

2 participants