Skip to content

Commit

Permalink
remove rails 5.0 from target
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Nov 12, 2017
1 parent af543c2 commit d0ab94c
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,10 @@ gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_4.2_ndl.gemfile
- gemfiles/rails_4.2_nii.gemfile
- gemfiles/rails_5.0.gemfile
env:
- DB=sqlite
- DB=mysql
- DB=postgresql
matrix:
exclude:
allow_failures:
- gemfile: gemfiles/rails_5.0.gemfile
notifications:
slack:
secure: rsdAy+UmEvL1DU2TIAS27NjH9MVH0xuyWyoX59MIfRaeCm9AtirT6ZyZMhfljE9w+r8m9KGrFVGp/oNAXevjLdzvxin2R4VjEeBtK2PEBQA7EoAnJuHY8UvrE/t4TflM96ChnmaYSRx9aawRN9j5QqwIGMPOoG3KqVEDLW2uNq0=
Expand Down
23 changes: 0 additions & 23 deletions Appraisals

This file was deleted.

1 change: 1 addition & 0 deletions enju_loc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +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_seed", "~> 0.2.2"
s.add_dependency "enju_subject", "~> 0.2.1"
s.add_dependency "faraday"

Expand Down
3 changes: 1 addition & 2 deletions gemfiles/rails_4.2.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 "statesman", "~> 1.3"
gem "rails", "~> 4.2.6"

gemspec path: "../"
3 changes: 1 addition & 2 deletions gemfiles/rails_4.2_ndl.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
source "https://rubygems.org"

gem "jquery-rails"
gem "rails", "~> 4.2.10"
gem "statesman", "~> 1.3"
gem "rails", "~> 4.2.6"
gem "enju_ndl", "~> 0.2.3"

gemspec path: "../"
3 changes: 1 addition & 2 deletions gemfiles/rails_4.2_nii.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
source "https://rubygems.org"

gem "jquery-rails"
gem "rails", "~> 4.2.10"
gem "statesman", "~> 1.3"
gem "rails", "~> 4.2.6"
gem "enju_nii", "~> 0.2.0"

gemspec path: "../"
11 changes: 0 additions & 11 deletions gemfiles/rails_5.0.gemfile

This file was deleted.

0 comments on commit d0ab94c

Please sign in to comment.