Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

Commit

Permalink
Move seed script gems out of default group
Browse files Browse the repository at this point in the history
Resolves #1165
- undid changes from Heroku implementation (#275)
  • Loading branch information
orenyk committed Mar 27, 2015
1 parent be799db commit 59f325c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ gem 'whenever', '~> 0.9.4'
# administrative panel
gem 'rails_admin', '~> 0.6.6'

# seed script gems
gem 'ffaker', '~> 1.32.1'
gem 'ruby-progressbar', '~> 1.7.1'

# ldap integration
gem 'net-ldap', '~> 0.11'

Expand Down Expand Up @@ -77,6 +73,10 @@ group :development, :test do
gem 'codeclimate-test-reporter', '~> 0.4.6'
gem 'database_cleaner', '~> 1.4.0'
gem 'rubocop', '~> 0.29.1', require: false

# seed script gems
gem 'ffaker', '~> 1.32.1', require: false
gem 'ruby-progressbar', '~> 1.7.1', require: false
end

# assets
Expand Down

0 comments on commit 59f325c

Please sign in to comment.