1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

Do not include any executable since bin/setup needed only in development

This commit is contained in:
Alexander Semyonov 2015-09-29 15:35:21 +03:00 committed by Joshua Clayton
parent c66d2e58f1
commit 28746a7866

View file

@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files`.split("\n")
s.require_paths = ["lib"]
s.executables = []
s.license = "MIT"
s.add_runtime_dependency('railties', '>= 3.0.0')