mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
add faker gem
This commit is contained in:
parent
9bb2e7ce73
commit
65646e6fe8
2 changed files with 4 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -48,6 +48,7 @@ end
|
|||
|
||||
group :test do
|
||||
gem 'factory_girl_rails'
|
||||
gem 'faker'
|
||||
end
|
||||
|
||||
# Use ActiveModel has_secure_password
|
||||
|
|
|
@ -73,6 +73,8 @@ GEM
|
|||
factory_girl_rails (4.5.0)
|
||||
factory_girl (~> 4.5.0)
|
||||
railties (>= 3.0.0)
|
||||
faker (1.4.3)
|
||||
i18n (~> 0.5)
|
||||
faraday (0.9.1)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
foundation-rails (5.5.1.2)
|
||||
|
@ -205,6 +207,7 @@ DEPENDENCIES
|
|||
elasticsearch-dsl
|
||||
elasticsearch-model
|
||||
factory_girl_rails
|
||||
faker
|
||||
foundation-rails
|
||||
jquery-rails
|
||||
kaminari
|
||||
|
|
Loading…
Reference in a new issue