8000 Bump sqlite3 from 2.7.0 to 2.7.1 in /gemfiles/rails_71 in the rails_71 group by dependabot[bot] · Pull Request #8753 · activeadmin/activeadmin · GitHub
[go: up one dir, main page]

Skip to content

Bump sqlite3 from 2.7.0 to 2.7.1 in /gemfiles/rails_71 in the rails_71 group #8753

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps the rails_71 group in /gemfiles/rails_71 with 1 update: sqlite3.

Updates sqlite3 from 2.7.0 to 2.7.1

Release notes

Sourced from sqlite3's releases.

2.7.1 / 2025-06-30

9281a5bbecf51e695767c8dbfd340f139a3f248e5828108fc1cbfdf6081b71c4  sqlite3-2.7.1-aarch64-linux-gnu.gem
daeca408854f91bfbdd6b8d33847e039a0346232dae360da5a3ff6a8a9d88d6d  sqlite3-2.7.1-aarch64-linux-musl.gem
c7615705fda493d815213877972096a734772311168bcbc7c6469e2383a3abb8  sqlite3-2.7.1-arm64-darwin.gem
3c2ffa960641bd5da4599ef1758d71404888e0a4e8b18c2cf3ad5e8229c088e1  sqlite3-2.7.1-arm-linux-gnu.gem
c3a700629beaa524837c4843011731c7087392b06885ce8ccdad21a9a715d591  sqlite3-2.7.1-arm-linux-musl.gem
848668acba4c6829331459180d6ca8c589e583bbfacf25ab4528f59fcaba1aa2  sqlite3-2.7.1.gem
06011444e3779a9e0d42f24d3a9ae4a525e145b92dd73469822cd9f47d2f6fe0  sqlite3-2.7.1-x64-mingw-ucrt.gem
740bf99f43bf23c183f9f50116898d941278faa9312a4af85a36454fef6a0ace  sqlite3-2.7.1-x86_64-darwin.gem
8c742e1c8975dafce1d25b8a4e0321696e36b49c27d19d6eebec261ea77589f1  sqlite3-2.7.1-x86_64-linux-gnu.gem
57c1a87ee2cc3aa0c4ab4bb8811b0b5e955d38f24d8982713dc0cf979b4d64d8  sqlite3-2.7.1-x86_64-linux-musl.gem
d7cee9a16aa9f904a21a07fe33205f3f44d8f795a92eed1b882a01ea5ca47cd3  sqlite3-2.7.1-x86-linux-gnu.gem
eeca1f374ed50ca0fe4e201040050b04964b909bf75575d955755d95461b451d  sqlite3-2.7.1-x86-linux-musl.gem
Changelog

Sourced from sqlite3's changelog.

2.7.1 / 2025-06-30

Commits
  • 3d93011 version bump to v2.7.1
  • 8d96aaf Merge pull request #633 from sparklemotion/flavorjones/dep-sqlite-3.50.2
  • abced98 Merge pull request #632 from sparklemotion/dependabot/bundler/rdoc-6.14.1
  • ce832ff dep: update vendored SQLite to 3.50.2
  • 5ddb634 build(deps-dev): update rdoc requirement from 6.14.0 to 6.14.1
  • 4727a29 Merge pull request #631 from ankane/typos
  • b0b8ad5 Fix typos
  • See full diff in compare view

Dependabot compatibility score

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 and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the rails_71 group in /gemfiles/rails_71 with 1 update: [sqlite3](https://github.com/sparklemotion/sqlite3-ruby).


Updates `sqlite3` from 2.7.0 to 2.7.1
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/sqlite3-ruby@v2.7.0...v2.7.1)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-version: 2.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: rails_71
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jul 1, 2025
Copy link
codecov bot commented Jul 1, 2025
7F1D

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.11%. Comparing base (c5943e9) to head (3cd2a7e).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #8753   +/-   ##
=======================================
  Coverage   99.11%   99.11%           
=======================================
  Files         141      141           
  Lines        4074     4074           
=======================================
  Hits         4038     4038           
  Misses         36       36           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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 ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0