Skip to content

Commit

Permalink
update gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jan 7, 2018
1 parent 9115035 commit f88f06f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion enju_loc.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/db/*.sqlite3"] - Dir["spec/dummy/log/*"] - Dir["spec/dummy/solr/{data,pids,default,development,test}/*"] - Dir["spec/dummy/tmp/*"]

s.add_dependency "enju_subject", "~> 0.2.2"
s.add_dependency "enju_subject", "~> 0.2.3"
s.add_dependency "faraday"

s.add_development_dependency "enju_leaf", "~> 1.2.1"
Expand Down
1 change: 0 additions & 1 deletion gemfiles/rails_4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
source "https://rubygems.org"

gem "jquery-rails"
gem "rails", "~> 4.2.10"

gemspec path: "../"
1 change: 0 additions & 1 deletion gemfiles/rails_4.2_ndl.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "jquery-rails"
gem "rails", "~> 4.2.10"
gem "enju_ndl", "~> 0.2.3"

gemspec path: "../"
1 change: 0 additions & 1 deletion gemfiles/rails_4.2_nii.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source "https://rubygems.org"

gem "jquery-rails"
gem "rails", "~> 4.2.10"
gem "enju_nii", "~> 0.2.1"

gemspec path: "../"

0 comments on commit f88f06f

Please sign in to comment.