try changing group name
This commit is contained in:
parent
1c8b469376
commit
5bb32036dd
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ Bundler will fail when it can't find these locally
|
|||
- gem 'database_cleaner', '~> 1.5.0'
|
||||
- gem 'factory_girl_rails', '~> 4.6.0'
|
||||
- gem 'rspec-rails', '~> 3.5.0'
|
||||
+group :development, :test, optional: true do
|
||||
+group :development, optional: true do
|
||||
+# gem 'byebug', '~> 8.2.1', platform: :mri
|
||||
+# gem 'pry-rails', '~> 0.3.4'
|
||||
+#
|
||||
|
|
Loading…
Reference in a new issue