Skip to content

Commit

Permalink
active_decorator officially depends on activesupport for String#const…
Browse files Browse the repository at this point in the history
…antize
  • Loading branch information
amatsuda committed Aug 15, 2019
1 parent 28d9bcc commit a8659ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions active_decorator.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'activesupport'

s.add_development_dependency 'test-unit-rails'
s.add_development_dependency 'selenium-webdriver'
s.add_development_dependency 'puma'
Expand Down

0 comments on commit a8659ac

Please sign in to comment.