From 9c04121d4c4165c749189a136a34d51d89fb5c4d Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Tue, 4 Jan 2022 11:13:59 +0000 Subject: [PATCH] Rubocop --- Gemfile | 4 ++-- Gemfile.lock | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 50a427e8e..e8d3428ee 100644 --- a/Gemfile +++ b/Gemfile @@ -52,9 +52,9 @@ end group :development do # Access an interactive console on exception pages or by calling 'console' anywhere in the code. - gem "web-console", ">= 4.1.0" gem "listen", "~> 3.3" gem "overcommit", ">= 0.37.0" + gem "web-console", ">= 4.1.0" # Display performance information such as SQL time and flame graphs for each request in your browser. # Can be configured to work on production as well see: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/README.md gem "rack-mini-profiler", "~> 2.0" @@ -68,10 +68,10 @@ group :test do gem "capybara", require: false gem "capybara-lockstep" gem "factory_bot_rails" + gem "rspec-rails", require: false gem "selenium-webdriver", require: false gem "simplecov", require: false gem "webmock", require: false - gem "rspec-rails", require: false end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index e2bf7f98f..80b7fdf74 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -222,7 +222,7 @@ GEM iniparse (~> 1.4) rexml (~> 3.2) parallel (1.21.0) - parser (3.0.3.2) + parser (3.1.0.0) ast (~> 2.4.1) pg (1.2.3) postcodes_io (0.4.0) @@ -321,7 +321,7 @@ GEM rubocop-rails (= 2.12.4) rubocop-rake (= 0.6.0) rubocop-rspec (= 2.6.0) - rubocop-performance (1.13.0) + rubocop-performance (1.13.1) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) rubocop-rails (2.12.4) @@ -389,7 +389,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.5.2) + zeitwerk (2.5.3) PLATFORMS arm64-darwin-21