Skip to content

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_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