Skip to content

Commit

Permalink
Relax Rails dependency to >= 7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cbmike committed Dec 23, 2024
1 parent 0ae1c57 commit b46e855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
hotwire-spark (0.1.9)
listen
rails (>= 8.0.0)
rails (>= 7.1.3)
zeitwerk

GEM
Expand Down
2 changes: 1 addition & 1 deletion hotwire-spark.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
end

spec.add_dependency "rails", ">= 8.0.0"
spec.add_dependency "rails", ">= 7.1.3"
spec.add_dependency "zeitwerk"
spec.add_dependency "listen"

Expand Down

0 comments on commit b46e855

Please sign in to comment.