Skip to content

Commit

Permalink
chore: reorder gems for rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
macite committed Dec 8, 2022
1 parent 7b28acf commit 82e5ace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ ruby ruby_versions[(ENV['RAILS_ENV'] || 'development').to_sym]
gem 'rails', '~>7.0.0'

group :development, :test do
gem 'solargraph', require: false
gem 'better_errors'
gem 'byebug'
gem 'database_cleaner'
Expand All @@ -24,6 +23,7 @@ group :development, :test do
gem 'rubocop-faker'
gem 'rubocop-rails'
gem 'simplecov', require: false
gem 'solargraph', require: false
gem "sprockets-rails"
end

Expand Down

0 comments on commit 82e5ace

Please sign in to comment.