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"