Skip to content

Commit

Permalink
Use more explicit dependencies for Rails helper
Browse files Browse the repository at this point in the history
This doesn't require all of Rails, only ActionView & Railties. Reduce
the dependencies here means that it enables folks to use only parts of
Rails and to slim down their applications by removing unused components
of Rails.
  • Loading branch information
dbussink committed Mar 24, 2021
1 parent 37dd12c commit 2d32eff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/octicons_helper/octicons_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency "octicons", "12.1.0"
s.add_dependency "rails"
s.add_dependency "railties"
s.add_dependency "actionview"
end

0 comments on commit 2d32eff

Please sign in to comment.