You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The gem is dependent on Git (factory_girl_rails.gemspec uses git ls-files).
Some prod environments do not have git and if you try adding a gem through
git or path option in bundler, 'git ls-files' in the .gemspec fails.
Instead of using git, we could use pure Ruby code to list the gem files.
Fixes#177.
0 commit comments