Skip to content

Commit

Permalink
Move pg to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Nov 2, 2023
1 parent 77cf6de commit defc339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pecorino.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|

# Uncomment to register a new dependency of your gem
spec.add_dependency "activerecord", "~> 7"
spec.add_dependency "pg"
spec.add_development_dependency "pg"
spec.add_development_dependency "activesupport", "~> 7.0"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "minitest", "~> 5.0"
Expand Down

0 comments on commit defc339

Please sign in to comment.