Fix order of (new) gems in Gemfile

This commit is contained in:
Andreas Nedbal 2022-01-15 23:07:24 +01:00 committed by Andreas Nedbal
parent 2f52a9c325
commit 71353b3721
1 changed files with 104 additions and 104 deletions

View File

@ -94,9 +94,9 @@ group :development, :test do
gem 'timecop'
gem 'rails-controller-testing'
gem 'haml_lint', require: false
gem 'rt_rubocop_defaults', '~> 2.3', '>= 2.3.1'
gem 'rubocop', '~> 1.22', '>= 1.22.1'
gem 'rubocop-rails', '~> 2.13', '>= 2.13.1'
gem 'rt_rubocop_defaults', '~> 2.3', '>= 2.3.1'
end
gem "webpacker", "~> 5.2"