Skip to content

Commit

Permalink
Merge pull request #508 from Crown-Commercial-Service/dependabot/bund…
Browse files Browse the repository at this point in the history
…ler/rubocop-2b845f4b0a
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
2 parents 49c4975 + 14e4ed6 commit fdc0ca0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ group :development, :test do
gem 'dotenv-rails', '~> 3.1.4'
gem 'i18n-tasks', '~> 1.0.14'
gem 'rspec-rails', '~> 7.1.0'
gem 'rubocop', '~> 1.69.0'
gem 'rubocop', '~> 1.69.1'
gem 'rubocop-performance', '~> 1.23.0'
gem 'rubocop-rails', '~> 2.27.0'
gem 'rubocop-rspec', '~> 3.2.0'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ GEM
jmespath (1.6.2)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.8.2)
json (2.9.0)
jwt (2.9.3)
base64
language_server-protocol (3.17.0.3)
Expand Down Expand Up @@ -316,14 +316,14 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.69.0)
rubocop (1.69.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.36.1, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
Expand Down Expand Up @@ -406,7 +406,7 @@ DEPENDENCIES
rollbar (~> 3.6.0)
roo (~> 2.10.1)
rspec-rails (~> 7.1.0)
rubocop (~> 1.69.0)
rubocop (~> 1.69.1)
rubocop-performance (~> 1.23.0)
rubocop-rails (~> 2.27.0)
rubocop-rspec (~> 3.2.0)
Expand Down

0 comments on commit fdc0ca0

Please sign in to comment.