Skip to content

Commit 77738c9

Browse files
committed
Fix linter error
1 parent ea5ec2e commit 77738c9

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

Gemfile

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ gem 'bootsnap', require: false
5959

6060
group :development, :test do
6161
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
62+
gem 'capybara'
6263
gem 'debug', platforms: %i[mri windows]
64+
gem 'factory_bot_rails'
65+
gem 'rspec-rails'
6366
end
6467

6568
group :development do
@@ -73,13 +76,4 @@ group :development do
7376
# gem "spring"
7477
end
7578

76-
group :development, :test do
77-
gem 'capybara'
78-
gem 'rspec-rails'
79-
end
80-
81-
group :development, :test do
82-
gem 'factory_bot_rails'
83-
end
84-
8579
gem 'devise', '~> 4.9'

0 commit comments

Comments
 (0)