Skip to content

Commit

Permalink
👷 Appraisal: Loosen sqlite3 version restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Nov 14, 2024
1 parent a4a5ce2 commit 4e3368d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ DEPENDENCIES
rubocop-rspec (~> 3.2)
rubocop-sequel
sequel (~> 5.86)
sqlite3 (~> 1.4)
sqlite3 (>= 1)
standard (>= 1.35.1)
test-unit (>= 3.0)
yard (~> 0.9.34)
Expand Down
4 changes: 1 addition & 3 deletions omniauth-identity.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency("rspec-block_is_expected", "~> 1.0", ">= 1.0.6")

### ORMs
spec.add_development_dependency("sqlite3", "~> 1.4")
# NOTE: Released version of couch_potato depends on activemodel ~> 4.0, so pull latest from github in Gemfile.
# gem.add_development_dependency 'couch_potato', '~> 1.7'
spec.add_development_dependency("sqlite3", ">= 1")
end

0 comments on commit 4e3368d

Please sign in to comment.