Skip to content

Commit

Permalink
Merge pull request #73 from DRSisco/patch-1
Browse files Browse the repository at this point in the history
Ruby 3.4 dependency gemspec change
  • Loading branch information
diogob authored Sep 2, 2024
2 parents dc64939 + 71baec5 commit 0f43d27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PATH
specs:
postgres-copy (1.7.1)
activerecord (>= 5.1)
csv
pg (>= 0.17)

GEM
Expand All @@ -19,6 +20,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
concurrent-ruby (1.1.10)
csv (3.3.0)
diff-lcs (1.5.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
Expand Down
1 change: 1 addition & 0 deletions postgres-copy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |s|

s.add_dependency "pg", ">= 0.17"
s.add_dependency "activerecord", '>= 5.1'
s.add_dependency "csv"
s.add_development_dependency "bundler"
s.add_development_dependency "rdoc"
s.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit 0f43d27

Please sign in to comment.