Skip to content

Commit

Permalink
Depend on railties and not on rails gem (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepj authored Oct 11, 2023
1 parent 13a1b3e commit e3c8ce1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hotwire-livereload.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Gem::Specification.new do |spec|

spec.files = Dir["{app,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]

spec.add_dependency "rails", ">= 6.0.0"
spec.add_dependency "railties", ">= 6.0.0"
spec.add_dependency "actioncable", ">= 6.0.0"
spec.add_dependency "listen", ">= 3.0.0"
end

0 comments on commit e3c8ce1

Please sign in to comment.