Skip to content

Commit

Permalink
Modern sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
JackDanger committed Jan 2, 2024
1 parent 3fe59b8 commit bfd7dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion permanent_records.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '>= 3.5.0'
s.add_development_dependency 'rubocop', '~> 0.68.0' # freeze to ensure ruby 2.2 compatibility
s.add_development_dependency 'rubocop-performance'
s.add_development_dependency 'sqlite3', '~> 1.3.13' # freeze to ensure specs are working
s.add_development_dependency 'sqlite3', '~> 1.7.0' # freeze to ensure specs are working
end

0 comments on commit bfd7dc5

Please sign in to comment.