Skip to content

Commit

Permalink
Merge pull request #10 from instacart/scashin133_rails-7
Browse files Browse the repository at this point in the history
allow rails 7
  • Loading branch information
scashin133 authored Sep 16, 2022
2 parents 052e934 + 9524910 commit c61e95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odbc_adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_dependency 'activerecord', '>= 5.2', '< 7'
spec.add_dependency 'activerecord', '>= 5.2', '< 8'
spec.add_dependency 'ruby-odbc', '~> 0.9'

spec.add_development_dependency 'bundler', '>= 1.14'
Expand Down

0 comments on commit c61e95c

Please sign in to comment.