Skip to content

Commit

Permalink
Merge pull request #449 from jpawlyn/fix/dependencies-for-rails-5.2.1
Browse files Browse the repository at this point in the history
Fix dependencies so gem works with rails 5.2.1.rc1 and all other 5.2.x versions
  • Loading branch information
varyonic authored Jul 31, 2018
2 parents bb9047b + a90768d commit 743962e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inherited_resources.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.2'

s.add_dependency("responders")
s.add_dependency("actionpack", ">= 4.2", "<= 5.2")
s.add_dependency("railties", ">= 4.2", "<= 5.2")
s.add_dependency("actionpack", ">= 4.2", "< 5.3")
s.add_dependency("railties", ">= 4.2", "< 5.3")
s.add_dependency("has_scope", "~> 0.6")
end

0 comments on commit 743962e

Please sign in to comment.