Skip to content

Commit

Permalink
Merge pull request #1886 from alphagov/dependabot/bundler/rubocop-gov…
Browse files Browse the repository at this point in the history
…uk-5.0.7

Bump rubocop-govuk from 5.0.3 to 5.0.7
  • Loading branch information
mtaylorgds authored Jan 2, 2025
2 parents a947b24 + cf7f2df commit 8ebb882
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
34 changes: 18 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bindex (0.8.1)
bootsnap (1.18.4)
msgpack (~> 1.2)
Expand Down Expand Up @@ -254,7 +254,7 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (7.0.0)
railties (>= 3.2.16)
json (2.8.2)
json (2.9.1)
json-schema (4.3.0)
addressable (>= 2.8)
jwt (2.8.1)
Expand Down Expand Up @@ -610,7 +610,7 @@ GEM
psych (>= 4.0.0)
redis-client (0.23.0)
connection_pool
regexp_parser (2.9.2)
regexp_parser (2.10.0)
reline (0.6.0)
io-console (~> 0.5)
request_store (1.7.0)
Expand Down Expand Up @@ -639,35 +639,35 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
rubocop (1.68.0)
rubocop (1.69.2)
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.32.2, < 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, < 3.0)
rubocop-ast (1.36.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-capybara (2.21.0)
rubocop (~> 1.41)
rubocop-govuk (5.0.3)
rubocop (= 1.68.0)
rubocop-ast (= 1.36.1)
rubocop-govuk (5.0.7)
rubocop (= 1.69.2)
rubocop-ast (= 1.37.0)
rubocop-capybara (= 2.21.0)
rubocop-rails (= 2.27.0)
rubocop-rails (= 2.28.0)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 3.2.0)
rubocop-rails (2.27.0)
rubocop-rspec (= 3.3.0)
rubocop-rails (2.28.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.2.0)
rubocop-rspec (3.3.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
Expand Down Expand Up @@ -730,7 +730,9 @@ GEM
timeout (0.4.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (0.13.0)
version_gem (1.1.4)
warden (1.2.9)
Expand Down
1 change: 0 additions & 1 deletion spec/lib/project_builder_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ def build_project(
content_items: content_item_attributes,
bulk_tagging: bulk_tagging_enabled
)

ProjectBuilder.call(
content_item_attributes: content_items,
project_attributes: {
Expand Down

0 comments on commit 8ebb882

Please sign in to comment.