Skip to content

Commit

Permalink
Merge pull request #113 from dxw/dependabot/bundler/sqlite3-tw-1.7.2
Browse files Browse the repository at this point in the history
Update sqlite3 requirement from ~> 1.6.2 to ~> 1.7.2
  • Loading branch information
mec committed Feb 23, 2024
2 parents 58f4f62 + 725a796 commit e4340ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail-notify.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake", "~> 13.0.6"
spec.add_development_dependency "rspec-rails", "~> 5.1"
spec.add_development_dependency "standard", "~> 1"
spec.add_development_dependency "sqlite3", "~> 1.6.2"
spec.add_development_dependency "sqlite3", "~> 1.7.2"
spec.add_development_dependency "webmock", "~> 3.16.0"
spec.add_development_dependency "rspec-mocks", "~> 3.13.0"

Expand Down

0 comments on commit e4340ee

Please sign in to comment.