Skip to content

Commit 34e8d67

Browse files
committed
removed dependencies to csv and bigdecimal as they are part of the standard library anyway.
1 parent f19092a commit 34e8d67

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rstore.gemspec

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ Gem::Specification.new do |s|
2222

2323
s.add_dependency 'open-uri'
2424
s.add_dependency 'nokogiri'
25-
s.add_dependency 'bigdecimal'
2625
s.add_dependency 'sequel'
27-
s.add_dependency 'csv'
2826

2927
s.add_development_dependency 'rspec'
3028
s.add_development_dependency 'mysql'

0 commit comments

Comments
 (0)