Skip to content

Commit

Permalink
Merge pull request #416 from Crown-Commercial-Service/dependabot/bund…
Browse files Browse the repository at this point in the history
…ler/rubocop-08481edc93
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
2 parents 3496ebe + c00b40e commit 94ccfab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ group :development, :test do
gem 'i18n-tasks', '~> 1.0.14'
gem 'rspec-rails', '~> 7.0.1'
gem 'rubocop', '~> 1.66.1'
gem 'rubocop-performance', '~> 1.21.1'
gem 'rubocop-rails', '~> 2.26.1'
gem 'rubocop-performance', '~> 1.22.1'
gem 'rubocop-rails', '~> 2.26.2'
gem 'rubocop-rspec', '~> 3.0.5'
gem 'rubocop-rspec_rails', '~> 2.30.0'
gem 'brakeman', '~> 6.2.1'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,10 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-performance (1.21.1)
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.1)
rubocop-rails (2.26.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
Expand Down Expand Up @@ -359,7 +359,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
Expand Down Expand Up @@ -403,8 +403,8 @@ DEPENDENCIES
roo (~> 2.10.1)
rspec-rails (~> 7.0.1)
rubocop (~> 1.66.1)
rubocop-performance (~> 1.21.1)
rubocop-rails (~> 2.26.1)
rubocop-performance (~> 1.22.1)
rubocop-rails (~> 2.26.2)
rubocop-rspec (~> 3.0.5)
rubocop-rspec_rails (~> 2.30.0)
simplecov (~> 0.22.0, >= 0.16.1)
Expand Down

0 comments on commit 94ccfab

Please sign in to comment.