Skip to content

Commit

Permalink
Merge pull request #738 from BranLiang/main
Browse files Browse the repository at this point in the history
Relax gemspec to allow Rails 8.1
  • Loading branch information
danielmorrison authored Nov 8, 2024
2 parents 8dc7184 + f2c9d7d commit b658e95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions audited.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = ">= 2.3.0"

gem.add_dependency "activerecord", ">= 5.2", "< 8.1"
gem.add_dependency "activesupport", ">= 5.2", "< 8.1"
gem.add_dependency "activerecord", ">= 5.2", "< 8.2"
gem.add_dependency "activesupport", ">= 5.2", "< 8.2"

gem.add_development_dependency "appraisal"
gem.add_development_dependency "rails", ">= 5.2", "< 8.1"
gem.add_development_dependency "rails", ">= 5.2", "< 8.2"
gem.add_development_dependency "rspec-rails"
gem.add_development_dependency "standard"
gem.add_development_dependency "single_cov"
Expand Down

0 comments on commit b658e95

Please sign in to comment.