Skip to content

Commit

Permalink
Merge pull request #461 from Crown-Commercial-Service/dependabot/bund…
Browse files Browse the repository at this point in the history
…ler/rubocop-9265b2d80d
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
2 parents 3b0baad + f34a42f commit c09b1c6
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 @@ -63,8 +63,8 @@ group :development, :test do
gem 'rspec-rails', '~> 7.0.1'
gem 'rubocop', '~> 1.67.0'
gem 'rubocop-performance', '~> 1.22.1'
gem 'rubocop-rails', '~> 2.26.2'
gem 'rubocop-rspec', '~> 3.1.0'
gem 'rubocop-rails', '~> 2.27.0'
gem 'rubocop-rspec', '~> 3.2.0'
gem 'rubocop-rspec_rails', '~> 2.30.0'
gem 'brakeman', '~> 6.2.2'
end
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ GEM
jmespath (1.6.2)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.7.2)
json (2.7.4)
jwt (2.9.3)
base64
language_server-protocol (3.17.0.3)
Expand Down Expand Up @@ -327,12 +327,12 @@ GEM
rubocop-performance (1.22.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.26.2)
rubocop-rails (2.27.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (3.1.0)
rubocop-rspec (3.2.0)
rubocop (~> 1.61)
rubocop-rspec_rails (2.30.0)
rubocop (~> 1.61)
Expand Down Expand Up @@ -404,8 +404,8 @@ DEPENDENCIES
rspec-rails (~> 7.0.1)
rubocop (~> 1.67.0)
rubocop-performance (~> 1.22.1)
rubocop-rails (~> 2.26.2)
rubocop-rspec (~> 3.1.0)
rubocop-rails (~> 2.27.0)
rubocop-rspec (~> 3.2.0)
rubocop-rspec_rails (~> 2.30.0)
simplecov (~> 0.22.0, >= 0.16.1)
spring (~> 4.2.1)
Expand Down

0 comments on commit c09b1c6

Please sign in to comment.