Skip to content

Commit f074f30

Browse files
Merge pull request #670 from Crown-Commercial-Service/dependabot/bundler/rubocop-1.62.1
2 parents cf841b2 + 1df6ca9 commit f074f30

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ group :development, :test do
5555
gem 'dotenv-rails', '~> 3.1.0'
5656
gem 'i18n-tasks', '~> 1.0.13'
5757
gem 'rspec-rails', '~> 6.1.1'
58-
gem 'rubocop', '~> 1.60.2'
58+
gem 'rubocop', '~> 1.62.1'
5959
gem 'rubocop-performance', '~> 1.20.2'
6060
gem 'rubocop-rails', '~> 2.23.1'
6161
gem 'rubocop-rspec', '~> 2.27.1' # or gem 'rubocop-minitest'

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -313,15 +313,15 @@ GEM
313313
rspec-mocks (~> 3.12)
314314
rspec-support (~> 3.12)
315315
rspec-support (3.13.0)
316-
rubocop (1.60.2)
316+
rubocop (1.62.1)
317317
json (~> 2.3)
318318
language_server-protocol (>= 3.17.0)
319319
parallel (~> 1.10)
320320
parser (>= 3.3.0.2)
321321
rainbow (>= 2.2.2, < 4.0)
322322
regexp_parser (>= 1.8, < 3.0)
323323
rexml (>= 3.2.5, < 4.0)
324-
rubocop-ast (>= 1.30.0, < 2.0)
324+
rubocop-ast (>= 1.31.1, < 2.0)
325325
ruby-progressbar (~> 1.7)
326326
unicode-display_width (>= 2.4.0, < 3.0)
327327
rubocop-ast (1.31.2)
@@ -411,7 +411,7 @@ DEPENDENCIES
411411
rollbar (~> 3.5.2)
412412
roo (~> 2.10.1)
413413
rspec-rails (~> 6.1.1)
414-
rubocop (~> 1.60.2)
414+
rubocop (~> 1.62.1)
415415
rubocop-performance (~> 1.20.2)
416416
rubocop-rails (~> 2.23.1)
417417
rubocop-rspec (~> 2.27.1)

config/initializers/application_controller_renderer.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# frozen_string_literal: true
2+
23
# Be sure to restart your server when you modify this file.
34

45
# ActiveSupport::Reloader.to_prepare do

config/initializers/backtrace_silencers.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# frozen_string_literal: true
2+
23
# Be sure to restart your server when you modify this file.
34

45
# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.

config/initializers/mime_types.rb

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# frozen_string_literal: true
2+
23
# Be sure to restart your server when you modify this file.
34

45
# Add new mime types for use in respond_to blocks:

0 commit comments

Comments
 (0)