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 2b2ea64 commit b20a527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action_form.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'
s.add_development_dependency 'sprockets-rails'

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.1.0")
Expand Down

0 comments on commit b20a527

Please sign in to comment.