Skip to content

Commit

Permalink
Update sqlite3 requirement from ~> 1.3.6 to ~> 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-support authored and mikker committed Apr 30, 2019
1 parent 5de690f commit 703e0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion passwordless.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency "rails", ">= 5.1.4"
s.add_dependency "bcrypt", "~> 3.1.11"

s.add_development_dependency "sqlite3", "~> 1.3.6"
s.add_development_dependency "sqlite3", "~> 1.4.1"
s.add_development_dependency "yard"
s.add_development_dependency "standard"
end

0 comments on commit 703e0e9

Please sign in to comment.