Skip to content

Commit

Permalink
Merge pull request #796 from ngan/add-csv-gem
Browse files Browse the repository at this point in the history
Add CSV gem as a dependency for Ruby 3.4
  • Loading branch information
jnunemaker authored Feb 17, 2024
2 parents 1e607fa + 46c27bf commit 36c31e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions httparty.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = '>= 2.3.0'

s.add_dependency 'csv'
s.add_dependency 'multi_xml', ">= 0.5.2"
s.add_dependency 'mini_mime', ">= 1.0.0"

Expand Down

0 comments on commit 36c31e0

Please sign in to comment.