diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 8189cb6f12..03c317ee30 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,19 +1,11 @@ # This configuration was generated by # `rubocop --auto-gen-config --auto-gen-only-exclude --exclude-limit 1400` -# on 2023-04-19 05:25:17 UTC using RuboCop version 1.50.2. +# on 2023-04-19 05:26:36 UTC using RuboCop version 1.50.2. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. -# Offense count: 4 -# This cop supports safe autocorrection (--autocorrect). -# Configuration parameters: TreatCommentsAsGroupSeparators, ConsiderPunctuation, Include. -# Include: **/*.gemfile, **/Gemfile, **/gems.rb -Bundler/OrderedGems: - Exclude: - - 'Gemfile' - # Offense count: 4 # This cop supports safe autocorrection (--autocorrect). # Configuration parameters: Severity, Include. diff --git a/Gemfile b/Gemfile index 0804c24aff..4391b6d87d 100644 --- a/Gemfile +++ b/Gemfile @@ -14,11 +14,11 @@ gem "aws-sdk-s3", require: false gem "image_processing" gem 'activemerchant', '>= 1.78.0' -gem 'rexml' gem 'angular-rails-templates', '>= 0.3.0' gem 'awesome_nested_set' gem 'ransack', '~> 2.6.0' gem 'responders' +gem 'rexml' gem 'webpacker', '~> 5' gem 'i18n' @@ -70,8 +70,8 @@ gem 'rswag-api' gem 'rswag-ui' gem 'omniauth_openid_connect' -gem 'openid_connect', '~> 1.3' gem 'omniauth-rails_csrf_protection' +gem 'openid_connect', '~> 1.3' gem 'angularjs-rails', '1.8.0' gem 'bugsnag' @@ -150,6 +150,7 @@ group :test, :development do gem 'capybara' gem 'cuprite' gem 'database_cleaner', require: false + gem 'debug', '>= 1.0.0' gem "factory_bot_rails", '6.2.0', require: false gem 'fuubar', '~> 2.5.1' gem 'json_spec', '~> 1.1.4' @@ -160,7 +161,6 @@ group :test, :development do gem 'rswag-specs' gem 'shoulda-matchers' gem 'timecop' - gem 'debug', '>= 1.0.0' end group :test do @@ -175,10 +175,10 @@ end group :development do gem 'debugger-linecache' - gem 'rails-erd' gem 'foreman' gem 'listen' gem 'pry', '~> 0.13.0' + gem 'rails-erd' gem 'rubocop' gem 'rubocop-rails' gem 'spring'