Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Dec 30, 2019
1 parent 58b82a1 commit 7dcdc3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion enju_manifestation_viewer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["spec/**/*"] - Dir["spec/dummy/log/*"] - Dir["spec/dummy/db/*.sqlite3"]

s.add_dependency "enju_biblio", "~> 0.3.7"
s.add_dependency "enju_biblio", "~> 0.3.8"

s.add_development_dependency "enju_leaf", "~> 1.3.3"
s.add_development_dependency "sqlite3"
Expand All @@ -30,6 +30,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "sunspot_solr", "~> 2.5"
s.add_development_dependency "selenium-webdriver"
s.add_development_dependency "puma"
s.add_development_dependency "annotate"
s.add_development_dependency "sprockets", "~> 3.7"
s.add_development_dependency "rails", "~> 5.2"
end

0 comments on commit 7dcdc3a

Please sign in to comment.