Skip to content

Commit

Permalink
Merge pull request #420 from alphagov/dependabot/bundler/rubocop-govu…
Browse files Browse the repository at this point in the history
…k-4.14.0

Bump rubocop-govuk from 4.13.0 to 4.14.0
  • Loading branch information
colinrotherham authored Jan 29, 2024
2 parents ff34257 + 6f417fa commit c0767ee
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ gem "json"
gem "ostruct"
gem "rake", "~> 13.1"
gem "rspec", "~> 3.12.0"
gem "rubocop-govuk", "~> 4.13.0"
gem "rubocop-govuk", "~> 4.14.0"
32 changes: 16 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GEM
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
contracts (0.17)
diff-lcs (1.5.0)
dotenv (2.8.1)
Expand Down Expand Up @@ -129,7 +129,7 @@ GEM
middleman-core (>= 3.2)
rouge (~> 3.2)
mini_portile2 (2.8.2)
minitest (5.20.0)
minitest (5.21.2)
multi_json (1.15.0)
nokogiri (1.15.2)
mini_portile2 (~> 2.8.2)
Expand All @@ -143,7 +143,7 @@ GEM
tilt (>= 1.4.1, < 3)
padrino-support (0.15.3)
parallel (1.24.0)
parser (3.2.2.4)
parser (3.3.0.5)
ast (~> 2.4.1)
racc
parslet (2.0.0)
Expand All @@ -158,7 +158,7 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redcarpet (3.5.1)
regexp_parser (2.8.3)
regexp_parser (2.9.0)
rexml (3.2.6)
rouge (3.30.0)
rspec (3.12.0)
Expand All @@ -174,11 +174,11 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubocop (1.59.0)
rubocop (1.60.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.4)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
Expand All @@ -187,24 +187,24 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-capybara (2.19.0)
rubocop-capybara (2.20.0)
rubocop (~> 1.41)
rubocop-factory_bot (2.24.0)
rubocop (~> 1.33)
rubocop-govuk (4.13.0)
rubocop (= 1.59.0)
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-govuk (4.14.0)
rubocop (= 1.60.2)
rubocop-ast (= 1.30.0)
rubocop-rails (= 2.23.0)
rubocop-rails (= 2.23.1)
rubocop-rake (= 0.6.0)
rubocop-rspec (= 2.25.0)
rubocop-rails (2.23.0)
rubocop-rspec (= 2.26.1)
rubocop-rails (2.23.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (2.25.0)
rubocop-rspec (2.26.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
Expand Down Expand Up @@ -237,7 +237,7 @@ DEPENDENCIES
ostruct
rake (~> 13.1)
rspec (~> 3.12.0)
rubocop-govuk (~> 4.13.0)
rubocop-govuk (~> 4.14.0)
tzinfo-data
wdm (~> 0.1.0)

Expand Down

0 comments on commit c0767ee

Please sign in to comment.