Skip to content

Commit

Permalink
chore: remove pg as gem dependency
Browse files Browse the repository at this point in the history
fixes #5
  • Loading branch information
theodorton committed Mar 12, 2024
1 parent 88ddc16 commit 38fb62d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PATH
specs:
veksel (0.2.2)
activerecord
pg
rails (>= 7.1.0, < 8)

GEM
Expand Down
1 change: 0 additions & 1 deletion veksel.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ Gem::Specification.new do |spec|

spec.add_dependency "rails", ">= 7.1.0", "< 8"
spec.add_dependency "activerecord"
spec.add_dependency "pg"
end

0 comments on commit 38fb62d

Please sign in to comment.