Skip to content

Commit

Permalink
Merge pull request #31 from eugeneius/rails_master
Browse files Browse the repository at this point in the history
Relax dependencies for Rails master compatibility
  • Loading branch information
johndotpub authored Sep 2, 2019
2 parents 456c152 + cf67346 commit 3cb1bf5
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.0"
spec.add_runtime_dependency 'activesupport', '>= 4.0', "< 6.1"
spec.add_runtime_dependency 'rspec', '~> 3.0'

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

Expand Down

0 comments on commit 3cb1bf5

Please sign in to comment.