Skip to content

Commit

Permalink
update gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Oct 29, 2018
1 parent dc82cf3 commit 0634adc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,3 @@ gem 'jquery-rails'
# To use debugger
# gem 'debugger'
gem 'rails-controller-testing'
gem 'enju_seed', github: 'next-l/enju_seed', branch: '1.3'
gem 'enju_leaf', github: 'next-l/enju_leaf', branch: '1.3'
gem 'enju_library', github: 'next-l/enju_library', branch: '1.3'
gem 'enju_biblio', github: 'next-l/enju_biblio', branch: '1.3'
gem 'enju_subject', github: 'next-l/enju_subject', branch: '1.3'
5 changes: 0 additions & 5 deletions gemfiles/rails_5.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,5 @@ source "https://rubygems.org"

gem "jquery-rails"
gem "rails-controller-testing"
gem "enju_seed", branch: "1.3", git: "https://github.com/next-l/enju_seed.git"
gem "enju_leaf", branch: "1.3", git: "https://github.com/next-l/enju_leaf.git"
gem "enju_library", branch: "1.3", git: "https://github.com/next-l/enju_library.git"
gem "enju_biblio", branch: "1.3", git: "https://github.com/next-l/enju_biblio.git"
gem "enju_subject", branch: "1.3", git: "https://github.com/next-l/enju_subject.git"

gemspec path: "../"
5 changes: 0 additions & 5 deletions gemfiles/rails_5.1_loc.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ source "https://rubygems.org"

gem "jquery-rails"
gem "rails-controller-testing"
gem "enju_seed", branch: "1.3", git: "https://github.com/next-l/enju_seed.git"
gem "enju_leaf", branch: "1.3", git: "https://github.com/next-l/enju_leaf.git"
gem "enju_library", branch: "1.3", git: "https://github.com/next-l/enju_library.git"
gem "enju_biblio", branch: "1.3", git: "https://github.com/next-l/enju_biblio.git"
gem "enju_subject", branch: "1.3", git: "https://github.com/next-l/enju_subject.git"
gem "enju_loc", "~> 0.3.0.beta.1"

gemspec path: "../"
5 changes: 0 additions & 5 deletions gemfiles/rails_5.1_nii.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ source "https://rubygems.org"

gem "jquery-rails"
gem "rails-controller-testing"
gem "enju_seed", branch: "1.3", git: "https://github.com/next-l/enju_seed.git"
gem "enju_leaf", branch: "1.3", git: "https://github.com/next-l/enju_leaf.git"
gem "enju_library", branch: "1.3", git: "https://github.com/next-l/enju_library.git"
gem "enju_biblio", branch: "1.3", git: "https://github.com/next-l/enju_biblio.git"
gem "enju_subject", branch: "1.3", git: "https://github.com/next-l/enju_subject.git"
gem "enju_nii", "~> 0.3.0.beta.1"

gemspec path: "../"

0 comments on commit 0634adc

Please sign in to comment.