diff options
| author | mo <mo.khan@gmail.com> | 2017-11-26 13:59:16 -0700 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2017-11-26 13:59:16 -0700 |
| commit | 961958cdcb5643673971f7d4e458dc50bf947d06 (patch) | |
| tree | 511f9ac632ba9af300dfd94b324099ed345020fd /Gemfile | |
| parent | e584aea643274b1966d40a988d31c7317b28e738 (diff) | |
move factory girl dependency to development/test.
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,6 +42,7 @@ group :development, :test do gem 'webmock' gem 'rails-controller-testing' gem 'sqlite3' + gem "factory_girl_rails", "~> 4.0" end group :development do @@ -60,7 +61,6 @@ end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'dotenv-rails' -gem "factory_girl_rails", "~> 4.0" gem "saml-kit", "~> 0.2.0" gem "rails-assets-bootstrap", source: "https://rails-assets.org" gem "rails-assets-jquery", source: "https://rails-assets.org" |
