fix: Re-order gem list to fix rubocop errors (#7043)

This commit is contained in:
Pranav Raj S 2023-05-08 16:15:27 -07:00 committed by GitHub
parent ce3e38df0f
commit 5e0ce7793c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,8 +176,8 @@ group :development do
gem 'annotate'
gem 'bullet'
gem 'letter_opener'
gem 'web-console'
gem 'scss_lint', require: false
gem 'web-console'
# used in swagger build
gem 'json_refs'