Skip to content

Commit

Permalink
Merge pull request #24 from atomicjolt/ds/permit-rails-8
Browse files Browse the repository at this point in the history
Permit Rails 8.0
  • Loading branch information
jbasdf authored Nov 19, 2024
2 parents 4d1683a + 87fa175 commit 79c8f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atomic_admin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |spec|
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
end

spec.add_dependency "rails", "~> 7.0"
spec.add_dependency "rails", ">= 7.0", "< 9.0"
end

0 comments on commit 79c8f0e

Please sign in to comment.