Skip to content

Commit

Permalink
Relax dependencies to allow Rails 6.x
Browse files Browse the repository at this point in the history
Continuing from cf67346, open the constraint to allow Rails 6.x instead
of just 6.0.
  • Loading branch information
sds committed Sep 26, 2019
1 parent d46fa8a commit 7e71082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db-query-matchers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Gem::Specification.new do |spec|
spec.files = Dir['lib/**/*.rb']
spec.require_paths = ['lib']

spec.add_runtime_dependency 'activesupport', '>= 4.0', "< 6.1"
spec.add_runtime_dependency 'activesupport', '>= 4.0', "< 7"
spec.add_runtime_dependency 'rspec', '~> 3.0'

spec.add_development_dependency 'activerecord', '>= 4.0', "< 6.1"
spec.add_development_dependency 'activerecord', '>= 4.0', "< 7"
spec.add_development_dependency 'sqlite3'
spec.add_development_dependency "appraisal", "~> 2.0"

Expand Down

0 comments on commit 7e71082

Please sign in to comment.