From 6d40c45bff33285651a0634f2d7c96a6c92bcfeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 23:57:10 +0000 Subject: [PATCH] Bump sqlite3 from 1.4.2 to 1.6.1 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.4.2 to 1.6.1. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v1.4.2...v1.6.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b538124..e2fe9b5 100644 --- a/Gemfile +++ b/Gemfile @@ -12,6 +12,6 @@ gem "sprockets-rails" gem "appraisal" # Test against different databases -gem "sqlite3", "~> 1.4" +gem "sqlite3", "~> 1.6" gem "mysql2" gem "pg" diff --git a/Gemfile.lock b/Gemfile.lock index 55ea3bc..f288ef9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -173,7 +173,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.4.2) + sqlite3 (1.6.1-x86_64-linux) standard (1.7.0) rubocop (= 1.25.0) rubocop-performance (= 1.13.2) @@ -199,7 +199,7 @@ DEPENDENCIES mysql2 pg sprockets-rails - sqlite3 (~> 1.4) + sqlite3 (~> 1.6) standardrb BUNDLED WITH