Skip to content

Commit

Permalink
Allow rails 7 gems in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jrafanie committed Jan 12, 2024
1 parent 98e86ac commit 408db1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions activerecord-id_regions.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ 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.0", "< 7.0"
spec.add_dependency "activesupport", ">= 5.0", "< 7.0"
spec.add_dependency "activerecord", ">= 5.0", "<7.1"
spec.add_dependency "activesupport", ">= 5.0", "<7.1"
spec.add_dependency "pg"

spec.add_development_dependency "bundler"
Expand Down

0 comments on commit 408db1e

Please sign in to comment.