Skip to content

Commit

Permalink
Merge pull request #188 from Fudoshiki/master
Browse files Browse the repository at this point in the history
Allow test rails 6
  • Loading branch information
rafaelfranca authored Feb 22, 2018
2 parents ecfdbd1 + 6d14f7a commit f838dc7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,20 @@ matrix:
gemfile: gemfiles/Gemfile-rails.5.0.x
- rvm: 2.1.5
gemfile: gemfiles/Gemfile-rails.5.0.x
- rvm: 2.2.4
gemfile: gemfiles/Gemfile-rails.5.2.x
- rvm: 2.3.0
gemfile: gemfiles/Gemfile-rails.5.2.x
- rvm: 1.9.3
gemfile: Gemfile
- rvm: 2.0.0
gemfile: Gemfile
- rvm: 2.1.5
gemfile: Gemfile
- rvm: 2.2.4
gemfile: Gemfile
- rvm: 2.3.0
gemfile: Gemfile
notifications:
email: false
slack:
Expand Down
4 changes: 2 additions & 2 deletions responders.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |s|
s.files = Dir["CHANGELOG.md", "MIT-LICENSE", "README.md", "lib/**/*"]
s.require_paths = ["lib"]

s.add_dependency "railties", ">= 4.2.0", "< 5.3"
s.add_dependency "actionpack", ">= 4.2.0", "< 5.3"
s.add_dependency "railties", ">= 4.2.0", "< 6.0"
s.add_dependency "actionpack", ">= 4.2.0", "< 6.0"
end

0 comments on commit f838dc7

Please # to comment.