Skip to content
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

feat!: support rails 8.0 #1136

Merged
merged 1 commit into from
Nov 9, 2024
Merged

feat!: support rails 8.0 #1136

merged 1 commit into from
Nov 9, 2024

Conversation

matthewbjones
Copy link
Contributor

This PR upgrades sqlite3 gem, and removes a .force_encoding('BINARY') that would otherwise cause an exception like Encoding::UndefinedConversionError: "\xD0" from ASCII-8BIT to UTF-8 to be raised within the test suite. Removal of this force_encoding results in all tests passing.

@seuros seuros merged commit 5b66e47 into mbleigh:master Nov 9, 2024
21 checks passed
gem.add_runtime_dependency 'zeitwerk', '>= 2.4', '< 3.0'

gem.add_development_dependency 'rspec-rails'
gem.add_development_dependency 'rspec-its'
gem.add_development_dependency 'rspec'
gem.add_development_dependency 'barrier'
gem.add_development_dependency 'database_cleaner'

gem.metadata['changelog_uri'] = gem.homepage + '/blob/master/CHANGELOG.md'
Copy link
Contributor

Choose a reason for hiding this comment

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

@matthewbjones
Was this line removed intentionally? It was added in PR#1133 to provide a Changelog link in rubygems.org.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Let readd it.

Copy link
Contributor

Choose a reason for hiding this comment

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

Let readd it.

Sorry, I don't understand?

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.

3 participants