Skip to content

Commit

Permalink
Update activerecord dependency to allow AR < 6
Browse files Browse the repository at this point in the history
  • Loading branch information
md5 committed Jun 8, 2016
1 parent fa201bb commit 427ab39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema_plus_core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

gem.add_dependency "activerecord", ">= 4.2"
gem.add_dependency "activerecord", ">= 4.2", "< 6"
gem.add_dependency "schema_monkey", "~> 2.1"

gem.add_development_dependency "bundler", "~> 1.7"
Expand Down

1 comment on commit 427ab39

@myabc
Copy link
Contributor

@myabc myabc commented on 427ab39 Aug 16, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ronen This doesn't look right to me, now that Active Record 4.2 is no longer supported. Proposed fix here: #15

Please sign in to comment.