mirror of
https://github.com/ditkrg/workflower.git
synced 2026-01-22 22:26:40 +00:00
Adds active_support as a dev dependency
This commit is contained in:
parent
9b435cd079
commit
b27fb43e7d
@ -31,8 +31,9 @@ Gem::Specification.new do |spec|
|
|||||||
|
|
||||||
# Uncomment to register a new dependency of your gem
|
# Uncomment to register a new dependency of your gem
|
||||||
spec.add_dependency "activesupport", ">= 5.0.0.1"
|
spec.add_dependency "activesupport", ">= 5.0.0.1"
|
||||||
|
spec.add_development_dependency "active_support"
|
||||||
spec.add_development_dependency "byebug"
|
spec.add_development_dependency "byebug"
|
||||||
|
|
||||||
# For more information and examples about making a new gem, checkout our
|
# For more information and examples about making a new gem, checkout our
|
||||||
# guide at: https://bundler.io/guides/creating_gem.html
|
# guide at: https://bundler.io/guides/creating_gem.html
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user