Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jul 18, 2020
1 parent 96e2663 commit f1f670f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enju_nii.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Gem::Specification.new do |s|
s.test_files = Dir["spec/**/*"] - Dir["spec/dummy/db/*.sqlite3"] - Dir["spec/dummy/log/*"] - Dir["spec/dummy/solr/{data,pids,default,development,test}/*"] - Dir["spec/dummy/tmp/*"]

s.add_dependency "enju_subject", "~> 0.3.2"
s.add_dependency "enju_biblio", "~> 0.3.10.rc.3"
s.add_dependency "enju_biblio", "~> 0.3.10"
s.add_dependency "faraday_middleware"

s.add_development_dependency "enju_leaf", "~> 1.3.4.rc.2"
s.add_development_dependency "enju_leaf", "~> 1.3.4"
s.add_development_dependency "enju_message", "~> 0.3.2"
s.add_development_dependency "sqlite3"
s.add_development_dependency "mysql2"
Expand Down

0 comments on commit f1f670f

Please sign in to comment.