mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Move factory_girl_rails out of groups too
This commit is contained in:
parent
a1ac27fa58
commit
436aebfec0
1 changed files with 3 additions and 3 deletions
6
Gemfile
6
Gemfile
|
|
@ -174,9 +174,11 @@ gem 'cloudinary'
|
|||
# for setting app configuration in the environment
|
||||
gem 'dotenv-rails'
|
||||
|
||||
# Both are not in a group as we use it also for rake data:demo
|
||||
# for fake data
|
||||
# this is not in a group as we use it also for rake data:demo
|
||||
gem 'faker'
|
||||
# for seeds
|
||||
gem 'factory_girl_rails'
|
||||
|
||||
# Use guard and spring for testing in development
|
||||
group :development do
|
||||
|
|
@ -221,6 +223,4 @@ end
|
|||
group :development, :test do
|
||||
# as debugger
|
||||
gem 'byebug'
|
||||
# for seeds
|
||||
gem 'factory_girl_rails'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue