Add faker gem, don't require rubocop
This commit is contained in:
parent
ac0659d9c6
commit
737a9d4808
2 changed files with 8 additions and 1 deletions
|
|
@ -173,6 +173,8 @@ GEM
|
|||
factory_girl_rails (4.6.0)
|
||||
factory_girl (~> 4.5.0)
|
||||
railties (>= 3.0.0)
|
||||
faker (1.6.1)
|
||||
i18n (~> 0.5)
|
||||
faraday (0.9.0)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
fastimage (2.0.0)
|
||||
|
|
@ -550,6 +552,7 @@ DEPENDENCIES
|
|||
devise_ichain_authenticatable
|
||||
dotenv-rails
|
||||
factory_girl_rails
|
||||
faker
|
||||
font-awesome-rails
|
||||
formtastic (~> 3.1.1)
|
||||
formtastic-bootstrap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue