Skip to content

Commit

Permalink
Add csv as a dependency for Ruby 3.4+
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed Jan 8, 2025
1 parent d9e41a4 commit 004700b
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 @@ -2,6 +2,7 @@ PATH
remote: .
specs:
licensed (5.0.1)
csv (~> 3.3)
json (~> 2.6)
licensee (~> 9.16)
parallel (~> 1.22)
Expand Down Expand Up @@ -32,6 +33,7 @@ GEM
byebug (11.1.3)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
csv (3.3.2)
dotenv (3.1.4)
drb (2.2.1)
faraday (2.12.1)
Expand Down
1 change: 1 addition & 0 deletions licensed.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 3.0.0"

spec.add_dependency "csv", "~> 3.3"
spec.add_dependency "licensee", "~> 9.16"
spec.add_dependency "thor", "~> 1.2"
spec.add_dependency "pathname-common_prefix", "~> 0.0.1"
Expand Down

0 comments on commit 004700b

Please sign in to comment.