Skip to content

Commit

Permalink
Merge pull request #211 from deivid-rodriguez/allow_rails_61_prereleases
Browse files Browse the repository at this point in the history
Allow Rails 6.1 prereleases
  • Loading branch information
rafaelfranca authored Jun 21, 2019
2 parents 89756b1 + a4df297 commit a9129d1
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 @@ -19,6 +19,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"
s.add_dependency "actionpack", ">= 4.2.0"
end

0 comments on commit a9129d1

Please # to comment.