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 7b6c35e commit cadbac1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
1 change: 0 additions & 1 deletion Appraisals
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
appraise 'rails-5.2' do
gem 'coveralls', require: false
end

appraise 'rails-5.2-nii' do
Expand Down
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ gemspec
# Git. Remember to move these dependencies to your gemspec before releasing
# your gem to rubygems.org.
gem "enju_leaf", github: "next-l/enju_leaf", branch: '2.x'
gem "enju_question", github: "next-l/enju_question"
gem "enju_bookmark", github: "next-l/enju_bookmark"
gem "jquery-rails"
gem 'paper_trail'
group :test do
Expand Down
3 changes: 0 additions & 3 deletions gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@
source "https://rubygems.org"

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_bookmark", git: "https://github.com/next-l/enju_bookmark.git"
gem "jquery-rails"
gem "paper_trail"
gem "coveralls", require: false

group :test do
gem "rails-controller-testing"
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/rails_5.2_loc.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
source "https://rubygems.org"

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_bookmark", git: "https://github.com/next-l/enju_bookmark.git"
gem "jquery-rails"
gem "paper_trail"
gem "enju_loc", git: "https://github.com/next-l/enju_loc.git"
Expand Down
2 changes: 0 additions & 2 deletions gemfiles/rails_5.2_nii.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
source "https://rubygems.org"

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_bookmark", git: "https://github.com/next-l/enju_bookmark.git"
gem "jquery-rails"
gem "paper_trail"
gem "enju_nii", git: "https://github.com/next-l/enju_nii.git"
Expand Down

0 comments on commit cadbac1

Please sign in to comment.