Skip to content

Commit

Permalink
Allow Rails 7 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
c960657 authored Jan 24, 2024
1 parent c44f4c9 commit 36d037b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions archiving.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ Gem::Specification.new do |s|
s.files = Dir["lib/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]

s.add_dependency "activerecord", ">= 4.2", "< 7.0"
s.add_dependency "activerecord", ">= 4.2", "< 8.0"
s.add_dependency "mysql2"

s.add_development_dependency "rails", ">= 4.2", "< 7.0"
s.add_development_dependency "rails", ">= 4.2", "< 8.0"
s.add_development_dependency "rake"
s.add_development_dependency "rr"
s.add_development_dependency "minitest-focus"
Expand Down

0 comments on commit 36d037b

Please sign in to comment.