Skip to content

Commit

Permalink
Allow rails 6
Browse files Browse the repository at this point in the history
  • Loading branch information
oystersauce8 authored Sep 25, 2018
1 parent f838dc7 commit e5fe7e7
Showing 1 changed file with 2 additions and 2 deletions.
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", "< 6.0"
s.add_dependency "actionpack", ">= 4.2.0", "< 6.0"
s.add_dependency "railties", ">= 4.2.0", "< 7.0"
s.add_dependency "actionpack", ">= 4.2.0", "< 7.0"
end

0 comments on commit e5fe7e7

Please # to comment.