Skip to content

Commit

Permalink
Merge pull request #565 from dbussink/dbussink/reduce-dependencies
Browse files Browse the repository at this point in the history
Use more explicit dependencies for Rails helper
  • Loading branch information
colebemis authored Apr 1, 2021
2 parents 551d17f + 2d32eff commit 75435f5
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 75435f5

Please sign in to comment.