Skip to content

Commit

Permalink
update gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Nov 12, 2016
1 parent 16f17fc commit 970ec1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions enju_bookmark.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ 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/db/*.sqlite3"] - Dir["spec/dummy/log/*"] - Dir["spec/dummy/solr/**/*"] - Dir["spec/dummy/tmp/*"]

s.add_dependency "enju_biblio", "~> 0.2.0.beta.4"
s.add_dependency "enju_biblio", "~> 0.2.0"
s.add_dependency "acts-as-taggable-on", "~> 4.0"

s.add_development_dependency "enju_leaf", "~> 1.2.0.beta.4"
s.add_development_dependency "enju_leaf", "~> 1.2.0"
s.add_development_dependency "globalize", "~> 5.0.1"
s.add_development_dependency "globalize-accessors"
s.add_development_dependency "sqlite3"
Expand Down

0 comments on commit 970ec1b

Please sign in to comment.