Skip to content

Commit

Permalink
Lock activerecord dependency to < 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Etienne Tripier committed Jul 14, 2017
1 parent 7ad0516 commit bf1cc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql-preload.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_runtime_dependency 'activerecord', '>= 3.2', '<= 5'
spec.add_runtime_dependency 'activerecord', '>= 3.2', '< 6'
spec.add_runtime_dependency 'graphql', '>= 1.5', '< 2'
spec.add_runtime_dependency 'graphql-batch', '~> 0.3'
spec.add_runtime_dependency 'promise.rb', '~> 0.7'
Expand Down

0 comments on commit bf1cc0a

Please sign in to comment.