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 5b62e42 commit cb59ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion route_translator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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'

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.1.0')
s.add_development_dependency 'net-imap'
Expand Down

0 comments on commit cb59ba0

Please sign in to comment.