Skip to content

Commit

Permalink
commentout old version's tokyocabinet gem
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroaki-iwase committed Jul 17, 2015
1 parent 7479034 commit 1126625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roma.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Gem::Specification.new do |s|
s.add_dependency 'jaro_winkler', '~> 1.3.5'
#s.add_dependency 'levenshtein', '~> 0.2.2'

s.add_development_dependency 'tokyocabinet', '~> 1.29.1'
#s.add_development_dependency 'tokyocabinet', '~> 1.29.1' # we prepared customized gem(1.31a) for ruby2.1. Please use this.
s.add_development_dependency 'ffi'
s.add_development_dependency 'gdbm'
s.add_development_dependency 'sqlite3'
Expand Down

0 comments on commit 1126625

Please sign in to comment.