Skip to content

Commit

Permalink
Permit Rails 8.0
Browse files Browse the repository at this point in the history
There don't seem to be any changes that are an issue, so permit any Rails 8 and up releases as well
  • Loading branch information
dspencer001 committed Nov 17, 2024
1 parent 4d1683a commit 87fa175
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 87fa175

Please sign in to comment.