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

10 commits

Author SHA1 Message Date
Daniel Colson
6a51925d51
WIP - Lock in versions I'm using locally
These tests pass all locally, so I'd like to eliminate differences in
gem versions as a source of the CI failures.
2022-05-04 21:34:35 -04:00
Daniel Colson
f91bcf248f
Avoid committing factory_bot_rails-*.gem files
[ci skip]

I accidentally committed the rc1 gem as I was preparing the rc2 gem.
Adding the gem files to the .gitignore should prevent this from
happening again.
2019-01-11 15:51:58 -05:00
Daniel Colson
29249b3751 Add RuboCop configuration
This is similar to the work Christian Bruckmayer is doing over on
factory_bot. I read that Hound doesn't support the
`inherited_from` key, so I put all of the todos
from the auto-generated `.rubocop_todo.yml` straight into the
`.rubocop.yml`.

fixup! Add RuboCop configuration
2018-09-18 23:09:25 -04:00
Joshua Clayton
37b1f02b9f Explicitly define gemfiles for Travis
Closes #122
2014-07-25 16:11:58 -04:00
Dan Croak
311605a825 Ignore gemfiles, don't ignore Gemfile.lock in git
Move dev dependencies out of gemspec and into Gemfile to gain more
control over the private API.
2014-05-27 00:41:28 -07:00
Joshua Clayton
a93a974a1c [Closes #72] Remove Gemfile.lock from repo 2012-11-02 13:35:38 -04:00
Mike Burns
54e0f39165 Ignore .bundle 2012-08-31 14:49:03 -04:00
Joshua Clayton
398c777ca6 Ignore gem files correctly 2011-06-29 12:36:11 -04:00
Joe Ferris
3bea988cd5 Ignore generated gem files 2010-11-11 11:54:51 -05:00
Joe Ferris
dd737af03e Added Rails 3 integration 2010-06-09 11:42:48 -04:00