Skip to content

Commit

Permalink
refine sqlite3 add_development_dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
neumayr authored Jul 9, 2024
1 parent dde8a93 commit 781f5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scout_apm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |s|
# tests. Specific versions are pulled in using specific gemfiles, e.g.
# `gems/rails3.gemfile`.
s.add_development_dependency "activerecord"
s.add_development_dependency "sqlite3", "~> 1.4"
s.add_development_dependency "sqlite3", "~> 1.4", ">= 1.4.4"

s.add_development_dependency "rubocop"
s.add_development_dependency "guard"
Expand Down

0 comments on commit 781f5e6

Please sign in to comment.