Skip to content

Commit

Permalink
Add csv gem as dependency.
Browse files Browse the repository at this point in the history
refs gh-16
  • Loading branch information
xwmx committed Oct 7, 2024
1 parent da90255 commit 15aae73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ source 'http://rubygems.org'
# Example:
# gem "activesupport", ">= 2.3.5"

gem 'csv'

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development, :test do
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ GEM
specs:
allocation_stats (0.1.5)
ast (2.4.2)
csv (3.3.0)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.25.1)
Expand Down Expand Up @@ -45,6 +46,7 @@ PLATFORMS

DEPENDENCIES
allocation_stats
csv
minitest
mocha
rake
Expand Down
1 change: 1 addition & 0 deletions iso-639.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Gem::Specification.new do |s|
]
s.homepage = 'http://github.com/xwmx/iso-639'
s.require_paths = ['lib']
s.add_dependency9('csv')
s.add_development_dependency('minitest', '~> 5', '>= 0')
s.add_development_dependency('mocha', '~> 1', '>= 0')
s.add_development_dependency('rdoc', '~> 6', '>= 0')
Expand Down

0 comments on commit 15aae73

Please sign in to comment.