mirror of
https://github.com/thoughtbot/factory_bot.git
synced 2022-11-09 11:43:51 -05:00
c8b1a2c907
This will allow us to address any deprecations and incompatibilities before new versions of Rails are released, making it easier for folks to upgrade their applications. I am ignoring the gemfile.lock here because I want CI to always run against the latest master, not a specific commit. I am allowing failures on Travis because I don't want these failures to block people's PRs (like what we do with ruby-head).
12 lines
133 B
Text
12 lines
133 B
Text
*.swp
|
|
test.db
|
|
factory_girl-*.gem
|
|
factory_bot-*.gem
|
|
doc
|
|
.yardoc
|
|
coverage
|
|
.bundle
|
|
tmp
|
|
bin
|
|
.rubocop-https*
|
|
gemfiles/master.gemfile.lock
|