From 6a1d41965cae1c88fcd7f33ffc948cc3dd20074e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 23:58:16 +0000 Subject: [PATCH] Bump sqlite3 from 1.4.2 to 1.6.2 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.4.2 to 1.6.2. - [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.2) --- 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..2db7866 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.2-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