Skip to content

Commit

Permalink
add railties as an explicit dependency
Browse files Browse the repository at this point in the history
it's not transitive from activerecord anymore
  • Loading branch information
ccutrer committed Jun 23, 2016
1 parent af27d87 commit 3ce91b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shackles.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 2.0'

s.add_dependency "activerecord", ">= 4.0", "< 5.1"
s.add_dependency "railties", ">= 4.0", "< 5.1"

s.add_development_dependency "appraisal"
s.add_development_dependency "byebug"
Expand Down

0 comments on commit 3ce91b9

Please sign in to comment.