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

Update sqlite3 requirement from ~> 1.3.0 to ~> 1.4.0 #78

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Feb 14, 2019

Updates the requirements on sqlite3 to permit the latest version.

Changelog

Sourced from sqlite3's changelog.

=== 1.4.0

  • Enhancements

    • Better aggregator support
  • Bugfixes

    • Various

=== 1.3.13

  • Enancements
    • Support SQLite flags when defining functions
    • Add definition for SQLITE_DETERMINISTIC flag

=== 1.3.12

  • Bugfixes:
    • OS X install will default to homebrew if available. Fixes #195

=== 1.3.11 / 2015-10-10

  • Enhancements:

    • Windows: build against SQLite 3.8.11.1
  • Internal:

    • Use rake-compiler-dock to build Windows binaries. Pull #159 [larskanis]
    • Expand Ruby versions being tested for Travis and AppVeyor

=== 1.3.10 / 2014-10-30

  • Enhancements:
    • Windows: build against SQLite 3.8.6. Closes #135 [Hubro]

=== 1.3.9 / 2014-02-25

  • Bugfixes:
    • Reset exception message. Closes #80
    • Reduce warnings due unused pointers. Closes #89
    • Add BSD-3 license reference to gemspec. Refs #99 and #106

=== 1.3.8 / 2013-08-17

  • Enhancements:

    • Windows: build against SQLite 3.7.17
  • Bugfixes:

    • Reset exception message. Closes #80
    • Correctly convert BLOB values to Ruby. Closes #65
    • Add MIT license reference to gemspec. Closes #99
    • Remove unused pointer. Closes #89
... (truncated)
Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the ⬆️ dependencies Pull requests that update a dependency file label Feb 14, 2019
@coveralls
Copy link
Collaborator

coveralls commented Feb 14, 2019

Pull Request Test Coverage Report for Build 224

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.371%

Totals Coverage Status
Change from base Build 222: 0.0%
Covered Lines: 896
Relevant Lines: 970

💛 - Coveralls

5 similar comments
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 224

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.371%

Totals Coverage Status
Change from base Build 222: 0.0%
Covered Lines: 896
Relevant Lines: 970

💛 - Coveralls

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 224

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.371%

Totals Coverage Status
Change from base Build 222: 0.0%
Covered Lines: 896
Relevant Lines: 970

💛 - Coveralls

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 224

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.371%

Totals Coverage Status
Change from base Build 222: 0.0%
Covered Lines: 896
Relevant Lines: 970

💛 - Coveralls

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 224

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.371%

Totals Coverage Status
Change from base Build 222: 0.0%
Covered Lines: 896
Relevant Lines: 970

💛 - Coveralls

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 224

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.371%

Totals Coverage Status
Change from base Build 222: 0.0%
Covered Lines: 896
Relevant Lines: 970

💛 - Coveralls

@coveralls
Copy link
Collaborator

coveralls commented Feb 14, 2019

Pull Request Test Coverage Report for Build 485

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 10 unchanged lines in 4 files lost coverage.
  • Overall coverage decreased (-0.8%) to 95.02%

Files with Coverage Reduction New Missed Lines %
test/controllers/test_password_expired_controller.rb 1 93.75%
test/support/integration_helpers.rb 2 77.78%
test/controllers/test_security_question_controller.rb 3 91.18%
lib/devise-security/models/compatibility/active_record_patch.rb 4 60.0%
Totals Coverage Status
Change from base Build 478: -0.8%
Covered Lines: 1183
Relevant Lines: 1245

💛 - Coveralls

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 224

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.371%

Totals Coverage Status
Change from base Build 222: 0.0%
Covered Lines: 896
Relevant Lines: 970

💛 - Coveralls

4 similar comments
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 224

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.371%

Totals Coverage Status
Change from base Build 222: 0.0%
Covered Lines: 896
Relevant Lines: 970

💛 - Coveralls

@coveralls
Copy link
Collaborator

coveralls commented Feb 14, 2019

Pull Request Test Coverage Report for Build 224

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.371%

Totals Coverage Status
Change from base Build 222: 0.0%
Covered Lines: 896
Relevant Lines: 970

💛 - Coveralls

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 224

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.371%

Totals Coverage Status
Change from base Build 222: 0.0%
Covered Lines: 896
Relevant Lines: 970

💛 - Coveralls

@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 224

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.371%

Totals Coverage Status
Change from base Build 222: 0.0%
Covered Lines: 896
Relevant Lines: 970

💛 - Coveralls

@dillonwelch
Copy link
Contributor

IMO let's leave for now since there's some open PRs that are modifying this stuff

@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/sqlite3-tw-1.4.0 branch 3 times, most recently from b4a1eec to 8c55bcf Compare February 22, 2019 22:37
@dependabot-preview dependabot-preview bot force-pushed the dependabot/bundler/sqlite3-tw-1.4.0 branch from 8c55bcf to c0ecb36 Compare February 25, 2019 14:43
@olbrich
Copy link
Contributor

olbrich commented Mar 3, 2019

blocked by rails/rails#35153, rails/rails#35154, and rails/rails#35153

Will be fixed next time a rails version is released. Hopefully with backports to earlier versions.

@dependabot-preview
Copy link
Contributor Author

A newer version of sqlite3 exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@olbrich olbrich closed this Sep 21, 2019
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/sqlite3-tw-1.4.0 branch September 21, 2019 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⬆️ dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants