Skip to content

Commit

Permalink
Update sqlite3 development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Aug 1, 2024
1 parent 9844a92 commit 4c678d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "rubocop-rake"
s.add_development_dependency "rubocop-rspec"
s.add_development_dependency "simplecov"
s.add_development_dependency "sqlite3", "~> 1.4.0"
s.add_development_dependency "sqlite3", "~> 1.5.0"

# rubocop:disable Gemspec/RubyVersionGlobalsUsage
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.1.0")
Expand Down

0 comments on commit 4c678d7

Please sign in to comment.