Skip to content

Commit

Permalink
Relax version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
lowjoel committed Jul 27, 2017
1 parent 7d265c0 commit 6759b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema_plus_foreign_keys.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", "< 5.1"
gem.add_dependency "activerecord", ">= 4.2", "< 5.2"
gem.add_dependency "schema_plus_core"
gem.add_dependency "schema_plus_compatibility", "~> 0.2"
gem.add_dependency "valuable"
Expand Down

0 comments on commit 6759b61

Please sign in to comment.