From f18785e5ba6b241c6e4c515c5eafd7e3fc9c215b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 23:04:33 +0000 Subject: [PATCH] Bump sqlite3 from 1.4.2 to 1.5.2 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.4.2 to 1.5.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.5.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..9ac71ed 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.5" gem "mysql2" gem "pg" diff --git a/Gemfile.lock b/Gemfile.lock index 89824cf..05b018b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -175,7 +175,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.4.2) + sqlite3 (1.5.2-x86_64-linux) standard (1.7.0) rubocop (= 1.25.0) rubocop-performance (= 1.13.2) @@ -201,7 +201,7 @@ DEPENDENCIES mysql2 pg sprockets-rails - sqlite3 (~> 1.4) + sqlite3 (~> 1.5) standardrb BUNDLED WITH