Skip to content

Commit

Permalink
update gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Aug 15, 2019
1 parent 10b7115 commit 7b6c35e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion enju_ndl.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/solr/{data,pids,default,development,test}/*"] - Dir["spec/dummy/tmp/*"]

s.add_dependency "enju_biblio"
s.add_dependency "enju_subject", "~> 0.4.0.beta.1"
s.add_dependency "lisbn"
s.add_dependency "library_stdnums"
s.add_dependency "faraday"
Expand Down
7 changes: 1 addition & 6 deletions gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@

source "https://rubygems.org"

gem "enju_seed", git: "https://github.com/next-l/enju_seed.git"
gem "enju_leaf", git: "https://github.com/next-l/enju_leaf.git"
gem "enju_biblio", git: "https://github.com/next-l/enju_biblio.git"
gem "enju_library", git: "https://github.com/next-l/enju_library.git"
gem "enju_subject", git: "https://github.com/next-l/enju_subject.git"
gem "enju_leaf", branch: "2.x", git: "https://github.com/next-l/enju_leaf.git"
gem "enju_question", git: "https://github.com/next-l/enju_question.git"
gem "enju_manifestation_viewer", git: "https://github.com/next-l/enju_manifestation_viewer.git"
gem "enju_bookmark", git: "https://github.com/next-l/enju_bookmark.git"
gem "jquery-rails"
gem "paper_trail"
Expand Down
7 changes: 1 addition & 6 deletions gemfiles/rails_5.2_loc.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@

source "https://rubygems.org"

gem "enju_seed", git: "https://github.com/next-l/enju_seed.git"
gem "enju_leaf", git: "https://github.com/next-l/enju_leaf.git"
gem "enju_biblio", git: "https://github.com/next-l/enju_biblio.git"
gem "enju_library", git: "https://github.com/next-l/enju_library.git"
gem "enju_subject", git: "https://github.com/next-l/enju_subject.git"
gem "enju_leaf", branch: "2.x", git: "https://github.com/next-l/enju_leaf.git"
gem "enju_question", git: "https://github.com/next-l/enju_question.git"
gem "enju_manifestation_viewer", git: "https://github.com/next-l/enju_manifestation_viewer.git"
gem "enju_bookmark", git: "https://github.com/next-l/enju_bookmark.git"
gem "jquery-rails"
gem "paper_trail"
Expand Down
7 changes: 1 addition & 6 deletions gemfiles/rails_5.2_nii.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,8 @@

source "https://rubygems.org"

gem "enju_seed", git: "https://github.com/next-l/enju_seed.git"
gem "enju_leaf", git: "https://github.com/next-l/enju_leaf.git"
gem "enju_biblio", git: "https://github.com/next-l/enju_biblio.git"
gem "enju_library", git: "https://github.com/next-l/enju_library.git"
gem "enju_subject", git: "https://github.com/next-l/enju_subject.git"
gem "enju_leaf", branch: "2.x", git: "https://github.com/next-l/enju_leaf.git"
gem "enju_question", git: "https://github.com/next-l/enju_question.git"
gem "enju_manifestation_viewer", git: "https://github.com/next-l/enju_manifestation_viewer.git"
gem "enju_bookmark", git: "https://github.com/next-l/enju_bookmark.git"
gem "jquery-rails"
gem "paper_trail"
Expand Down

0 comments on commit 7b6c35e

Please sign in to comment.