Skip to content

Commit

Permalink
Add csv to gemspec
Browse files Browse the repository at this point in the history
This addresses the following warning:
warning: csv was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add csv to your Gemfile or gemspec. Also contact author of roo-2.10.1 to add csv into its gemspec.
  • Loading branch information
andyundso committed Apr 2, 2024
1 parent 3d24c11 commit b5aa63c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roo.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 = ">= 2.7.0"
end

spec.add_dependency 'csv', '~> 3'
spec.add_dependency 'nokogiri', '~> 1'
spec.add_dependency 'rubyzip', '>= 1.3.0', '< 3.0.0'

Expand Down

0 comments on commit b5aa63c

Please sign in to comment.