Skip to content

Commit

Permalink
Swap dependency on "rails" to "railties" (weppos#136)
Browse files Browse the repository at this point in the history
This allows users to use this gem without pulling in actioncable/
activestorage/etc, and thus reduce their dependency footprint.

Closes weppos#135
  • Loading branch information
nickcampbell18 authored Apr 9, 2021
1 parent 5fafea7 commit 33fcc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breadcrumbs_on_rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |spec|
spec.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
spec.extra_rdoc_files = %w( LICENSE.txt )

spec.add_dependency "rails", ">= 5.0"
spec.add_dependency "railties", ">= 5.0"
end

0 comments on commit 33fcc24

Please sign in to comment.