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