Skip to content

Commit 0d7c321

Browse files
authored
Merge pull request #956 from alphagov/dependabot/bundler/rubocop-govuk-5.2.0
Bump rubocop-govuk from 5.1.20 to 5.2.0
2 parents af357c0 + a40f764 commit 0d7c321

File tree

2 files changed

+44
-44
lines changed

2 files changed

+44
-44
lines changed

Gemfile.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,52 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (8.0.2.1)
4+
activesupport (8.1.2)
55
base64
6-
benchmark (>= 0.3)
76
bigdecimal
87
concurrent-ruby (~> 1.0, >= 1.3.1)
98
connection_pool (>= 2.2.5)
109
drb
1110
i18n (>= 1.6, < 2)
11+
json
1212
logger (>= 1.4.2)
1313
minitest (>= 5.1)
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
1616
uri (>= 0.13.1)
1717
ast (2.4.3)
1818
base64 (0.3.0)
19-
benchmark (0.4.1)
20-
bigdecimal (3.2.2)
19+
bigdecimal (4.0.1)
2120
climate_control (1.2.0)
2221
coderay (1.1.3)
2322
colorize (1.1.0)
24-
concurrent-ruby (1.3.5)
25-
connection_pool (2.5.3)
23+
concurrent-ruby (1.3.6)
24+
connection_pool (3.0.2)
2625
diff-lcs (1.6.2)
2726
drb (2.2.3)
28-
i18n (1.14.7)
27+
i18n (1.14.8)
2928
concurrent-ruby (~> 1.0)
3029
io-console (0.8.2)
31-
json (2.13.2)
30+
json (2.18.0)
3231
language_server-protocol (3.17.0.5)
3332
lint_roller (1.1.0)
3433
logger (1.7.0)
3534
method_source (1.1.0)
36-
minitest (5.25.5)
35+
minitest (6.0.1)
36+
prism (~> 1.5)
3737
parallel (1.27.0)
38-
parser (3.3.9.0)
38+
parser (3.3.10.1)
3939
ast (~> 2.4.1)
4040
racc
41-
prism (1.4.0)
41+
prism (1.9.0)
4242
pry (0.16.0)
4343
coderay (~> 1.1)
4444
method_source (~> 1.0)
4545
reline (>= 0.6.0)
4646
racc (1.8.1)
47-
rack (3.2.3)
47+
rack (3.2.4)
4848
rainbow (3.1.1)
49-
regexp_parser (2.11.2)
49+
regexp_parser (2.11.3)
5050
reline (0.6.3)
5151
io-console (~> 0.5)
5252
rspec (3.13.2)
@@ -62,31 +62,31 @@ GEM
6262
diff-lcs (>= 1.2.0, < 2.0)
6363
rspec-support (~> 3.13.0)
6464
rspec-support (3.13.6)
65-
rubocop (1.79.2)
65+
rubocop (1.82.1)
6666
json (~> 2.3)
6767
language_server-protocol (~> 3.17.0.2)
6868
lint_roller (~> 1.1.0)
6969
parallel (~> 1.10)
7070
parser (>= 3.3.0.2)
7171
rainbow (>= 2.2.2, < 4.0)
7272
regexp_parser (>= 2.9.3, < 3.0)
73-
rubocop-ast (>= 1.46.0, < 2.0)
73+
rubocop-ast (>= 1.48.0, < 2.0)
7474
ruby-progressbar (~> 1.7)
7575
unicode-display_width (>= 2.4.0, < 4.0)
76-
rubocop-ast (1.46.0)
76+
rubocop-ast (1.49.0)
7777
parser (>= 3.3.7.2)
78-
prism (~> 1.4)
78+
prism (~> 1.7)
7979
rubocop-capybara (2.22.1)
8080
lint_roller (~> 1.1)
8181
rubocop (~> 1.72, >= 1.72.1)
82-
rubocop-govuk (5.1.20)
83-
rubocop (= 1.79.2)
84-
rubocop-ast (= 1.46.0)
82+
rubocop-govuk (5.2.0)
83+
rubocop (= 1.82.1)
84+
rubocop-ast (= 1.49.0)
8585
rubocop-capybara (= 2.22.1)
86-
rubocop-rails (= 2.33.3)
86+
rubocop-rails (= 2.34.3)
8787
rubocop-rake (= 0.7.1)
88-
rubocop-rspec (= 3.6.0)
89-
rubocop-rails (2.33.3)
88+
rubocop-rspec (= 3.9.0)
89+
rubocop-rails (2.34.3)
9090
activesupport (>= 4.2.0)
9191
lint_roller (~> 1.1)
9292
rack (>= 1.1)
@@ -95,18 +95,18 @@ GEM
9595
rubocop-rake (0.7.1)
9696
lint_roller (~> 1.1)
9797
rubocop (>= 1.72.1)
98-
rubocop-rspec (3.6.0)
98+
rubocop-rspec (3.9.0)
9999
lint_roller (~> 1.1)
100-
rubocop (~> 1.72, >= 1.72.1)
100+
rubocop (~> 1.81)
101101
ruby-progressbar (1.13.0)
102102
securerandom (0.4.1)
103103
thor (1.5.0)
104104
tzinfo (2.0.6)
105105
concurrent-ruby (~> 1.0)
106-
unicode-display_width (3.1.5)
107-
unicode-emoji (~> 4.0, >= 4.0.4)
108-
unicode-emoji (4.0.4)
109-
uri (1.0.4)
106+
unicode-display_width (3.2.0)
107+
unicode-emoji (~> 4.1)
108+
unicode-emoji (4.2.0)
109+
uri (1.1.1)
110110

111111
PLATFORMS
112112
ruby

spec/integration/compose/expected_volumes_spec.rb

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,30 @@ def self.node_projects
2121
ComposeHelper.services(project_name)
2222
.reject { |service_name| service_name.end_with? "redis" }
2323
.each_pair do |service_name, service|
24-
it "configures #{service_name} with a govuk delegated volume" do
25-
expect(service.fetch("volumes", []))
26-
.to include("${GOVUK_ROOT_DIR:-~/govuk}:/govuk:delegated")
27-
end
24+
it "configures #{service_name} with a govuk delegated volume" do
25+
expect(service.fetch("volumes", []))
26+
.to include("${GOVUK_ROOT_DIR:-~/govuk}:/govuk:delegated")
27+
end
2828

29-
it "configures #{service_name} with a root-home volume" do
30-
expect(service.fetch("volumes", [])).to include("root-home:/root")
31-
end
29+
it "configures #{service_name} with a root-home volume" do
30+
expect(service.fetch("volumes", [])).to include("root-home:/root")
31+
end
3232

33-
it "configures #{service_name} with a tmp volume" do
34-
expect(service.fetch("volumes", []))
35-
.to include("#{project_name}-tmp:/govuk/#{project_name}/tmp")
36-
end
33+
it "configures #{service_name} with a tmp volume" do
34+
expect(service.fetch("volumes", []))
35+
.to include("#{project_name}-tmp:/govuk/#{project_name}/tmp")
36+
end
3737
end
3838
end
3939

4040
node_projects.each do |project_name|
4141
ComposeHelper.services(project_name)
4242
.reject { |service_name| service_name.end_with? "redis" }
4343
.each_pair do |service_name, service|
44-
it "configures #{service_name} with a node modules volume" do
45-
expect(service.fetch("volumes", []))
46-
.to include("#{project_name}-node-modules:/govuk/#{project_name}/node_modules")
47-
end
44+
it "configures #{service_name} with a node modules volume" do
45+
expect(service.fetch("volumes", []))
46+
.to include("#{project_name}-node-modules:/govuk/#{project_name}/node_modules")
47+
end
4848
end
4949
end
5050
end

0 commit comments

Comments
 (0)