Skip to content

Commit

Permalink
Declare activesupport as a dependency
Browse files Browse the repository at this point in the history
It is needed for typical usage, not just development.
  • Loading branch information
sorentwo committed Apr 7, 2016
1 parent 8faf7cf commit 2b24eb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion knuckles.gemspec
Expand Up @@ -19,7 +19,8 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^spec/})
spec.require_paths = ["lib"]

spec.add_development_dependency "activesupport"
spec.add_dependency "activesupport", "> 4.0"

spec.add_development_dependency "bundler"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
Expand Down

0 comments on commit 2b24eb7

Please sign in to comment.