Skip to content

Commit

Permalink
old ruby compat
Browse files Browse the repository at this point in the history
  • Loading branch information
xfalcox committed Aug 29, 2023
1 parent 09a1d9b commit 06b161f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini_sql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "mysql2"
spec.add_development_dependency "sqlite3", "~> 1.4.4"
spec.add_development_dependency "activerecord", "~> 7.0.0"
spec.add_development_dependency "pgvector", "~> 0.2.1"
spec.add_development_dependency "pgvector", "~> 0.2.1" if RUBY_VERSION >= "2.7"
end
end

0 comments on commit 06b161f

Please sign in to comment.