From b85c6e7d741b20078afe680f22b4c7ee440c1970 Mon Sep 17 00:00:00 2001 From: Brian Durand Date: Thu, 2 May 2024 16:30:30 -0700 Subject: [PATCH] lock sqlite version --- .standard.yml | 7 +++---- Gemfile | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.standard.yml b/.standard.yml index d54cff4..36e2e7a 100644 --- a/.standard.yml +++ b/.standard.yml @@ -3,9 +3,8 @@ ruby_version: 2.5 format: progress ignore: - - '**/*': - - Standard/SemanticBlocks - - 'spec/**/*': + - "**/*": + - Style/RedundantParentheses + - "spec/**/*": - Lint/ConstantDefinitionInBlock - Lint/UselessAssignment - diff --git a/Gemfile b/Gemfile index 7d0264b..32d4b72 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gemspec gem "rspec", "~> 3.0" gem "rake" -gem "sqlite3" +gem "sqlite3", "~> 1.4" gem "appraisal" gem "standard", "~>1.0" gem "pry-byebug"