Skip to content

Avoid running Ruby 3 against Rails 5.0#1426

Merged
composerinteralia merged 1 commit intomasterfrom
skip-running-failing-test
Jul 15, 2020
Merged

Avoid running Ruby 3 against Rails 5.0#1426
composerinteralia merged 1 commit intomasterfrom
skip-running-failing-test

Conversation

@composerinteralia
Copy link
Copy Markdown
Collaborator

Ruby 3 is not compatible with Rails 5.0. Rails 5.0 locked to
sqlite3 "~> 1.3.6", but only sqlite3 "<= 1.4.2" is compatible with Ruby
3. Older versions of sqlite3 referenced rb_check_safe_obj,
which raised a warning in Ruby 2.7 and will fail in Ruby 3.0.

Since this combination of tests will always fail, this commit updates
Travis to stop running it.

Ruby 3 is not compatible with Rails 5.0. Rails 5.0 locked to
sqlite3 "~> 1.3.6", but only sqlite3 "<= 1.4.2" is compatible with Ruby
3. [Older versions of sqlite3 referenced `rb_check_safe_obj`][sqlite3],
which raised a warning in Ruby 2.7 and will fail in Ruby 3.0.

Since this combination of tests will always fail, this commit updates
Travis to stop running it.

[sqlite3]: sparklemotion/sqlite3-ruby#277
@composerinteralia composerinteralia merged commit 05a2465 into master Jul 15, 2020
@composerinteralia composerinteralia deleted the skip-running-failing-test branch July 15, 2020 18:51
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