Skip to content

Commit

Permalink
Relax gemspec to allow Rails 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BranLiang committed Oct 30, 2024
1 parent 8dc7184 commit f2c9d7d
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 f2c9d7d

Please sign in to comment.