Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Oct 29, 2018
1 parent 74a5058 commit 4e6e113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enju_inter_library_loan.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.rdoc"]
s.test_files = Dir["spec/**/*"] - Dir["spec/dummy/log/*"] - Dir["spec/dummy/solr/{data,pids,default,development,test}/*"] - Dir["spec/dummy/tmp/*"]

s.add_dependency "enju_circulation", "~> 0.3.0.rc.1"
s.add_dependency "enju_circulation", "~> 0.3.0"

s.add_development_dependency "enju_leaf", "~> 1.3.0.rc.1"
s.add_development_dependency "sqlite3"
Expand Down

0 comments on commit 4e6e113

Please sign in to comment.