Skip to content
Snippets Groups Projects
Commit 08fac411 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

move faker to development group

parent 98b7717d
No related branches found
No related tags found
No related merge requests found
Loading
@@ -64,9 +64,6 @@ gem "carrierwave"
Loading
@@ -64,9 +64,6 @@ gem "carrierwave"
# Authorization # Authorization
gem "six" gem "six"
   
# Generate Fake data
gem "ffaker"
# Seed data # Seed data
gem "seed-fu" gem "seed-fu"
   
Loading
@@ -163,6 +160,9 @@ group :development, :test do
Loading
@@ -163,6 +160,9 @@ group :development, :test do
gem "launchy" gem "launchy"
gem 'factory_girl_rails' gem 'factory_girl_rails'
   
# Generate Fake data
gem "ffaker"
# Guard # Guard
gem 'guard-rspec' gem 'guard-rspec'
gem 'guard-spinach' gem 'guard-spinach'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment