Skip to content

Commit 364f014

Browse files
Merge pull request #427 from citizensadvice/dependabot/bundler/regular-updates-04b207e8a2
[dependabot:bundler] bump the regular-updates group across 1 directory with 4 updates
2 parents 090cfee + e6a75ce commit 364f014

2 files changed

Lines changed: 26 additions & 28 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ group :test do
6666
gem "bundler-audit"
6767
gem "license_finder"
6868

69-
gem "rspec-rails", "~> 8.0.3"
69+
gem "rspec-rails", "~> 8.0.4"
7070

7171
gem "simplecov", require: false
7272

Gemfile.lock

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -98,20 +98,20 @@ GEM
9898
ruby-next-core (~> 1.0)
9999
ast (2.4.3)
100100
aws-eventstream (1.4.0)
101-
aws-partitions (1.1227.0)
102-
aws-sdk-core (3.243.0)
101+
aws-partitions (1.1232.0)
102+
aws-sdk-core (3.244.0)
103103
aws-eventstream (~> 1, >= 1.3.0)
104104
aws-partitions (~> 1, >= 1.992.0)
105105
aws-sigv4 (~> 1.9)
106106
base64
107107
bigdecimal
108108
jmespath (~> 1, >= 1.6.1)
109109
logger
110-
aws-sdk-kms (1.122.0)
111-
aws-sdk-core (~> 3, >= 3.241.4)
110+
aws-sdk-kms (1.123.0)
111+
aws-sdk-core (~> 3, >= 3.244.0)
112112
aws-sigv4 (~> 1.5)
113-
aws-sdk-s3 (1.215.0)
114-
aws-sdk-core (~> 3, >= 3.243.0)
113+
aws-sdk-s3 (1.217.0)
114+
aws-sdk-core (~> 3, >= 3.244.0)
115115
aws-sdk-kms (~> 1)
116116
aws-sigv4 (~> 1.5)
117117
aws-sigv4 (1.12.1)
@@ -132,10 +132,10 @@ GEM
132132
connection_pool (3.0.2)
133133
crass (1.0.6)
134134
csv (3.3.0)
135-
datadog (2.29.0)
135+
datadog (2.30.0)
136136
cgi
137137
datadog-ruby_core_source (~> 3.5, >= 3.5.2)
138-
libdatadog (~> 25.0.0.1.0)
138+
libdatadog (~> 29.0.0.1.0)
139139
libddwaf (~> 1.30.0.0.0)
140140
logger
141141
msgpack
@@ -154,11 +154,11 @@ GEM
154154
dry-initializer (3.2.0)
155155
erb (6.0.2)
156156
erubi (1.13.1)
157-
ffi (1.17.3)
158-
ffi (1.17.3-aarch64-linux-musl)
159-
ffi (1.17.3-arm64-darwin)
160-
ffi (1.17.3-x86_64-linux-gnu)
161-
ffi (1.17.3-x86_64-linux-musl)
157+
ffi (1.17.4)
158+
ffi (1.17.4-aarch64-linux-musl)
159+
ffi (1.17.4-arm64-darwin)
160+
ffi (1.17.4-x86_64-linux-gnu)
161+
ffi (1.17.4-x86_64-linux-musl)
162162
globalid (1.3.0)
163163
activesupport (>= 6.1)
164164
i18n (1.14.8)
@@ -175,9 +175,10 @@ GEM
175175
addressable (~> 2.8)
176176
bigdecimal (>= 3.1, < 5)
177177
language_server-protocol (3.17.0.5)
178-
libdatadog (25.0.0.1.0)
179-
libdatadog (25.0.0.1.0-aarch64-linux)
180-
libdatadog (25.0.0.1.0-x86_64-linux)
178+
libdatadog (29.0.0.1.0)
179+
libdatadog (29.0.0.1.0-aarch64-linux)
180+
libdatadog (29.0.0.1.0-arm64-darwin)
181+
libdatadog (29.0.0.1.0-x86_64-linux)
181182
libddwaf (1.30.0.0.2)
182183
ffi (~> 1.0)
183184
libddwaf (1.30.0.0.2-aarch64-linux)
@@ -206,8 +207,6 @@ GEM
206207
net-pop
207208
net-smtp
208209
marcel (1.1.0)
209-
mcp (0.9.2)
210-
json-schema (>= 4.1)
211210
mini_mime (1.1.5)
212211
mini_portile2 (2.8.9)
213212
minitest (6.0.2)
@@ -237,7 +236,7 @@ GEM
237236
nokogiri (1.19.2-x86_64-linux-musl)
238237
racc (~> 1.4)
239238
parallel (1.27.0)
240-
parser (3.3.10.2)
239+
parser (3.3.11.1)
241240
ast (~> 2.4.1)
242241
racc
243242
pg (1.6.3)
@@ -324,14 +323,14 @@ GEM
324323
rspec-mocks (3.13.8)
325324
diff-lcs (>= 1.2.0, < 2.0)
326325
rspec-support (~> 3.13.0)
327-
rspec-rails (8.0.3)
326+
rspec-rails (8.0.4)
328327
actionpack (>= 7.2)
329328
activesupport (>= 7.2)
330329
railties (>= 7.2)
331-
rspec-core (~> 3.13)
332-
rspec-expectations (~> 3.13)
333-
rspec-mocks (~> 3.13)
334-
rspec-support (~> 3.13)
330+
rspec-core (>= 3.13.0, < 5.0.0)
331+
rspec-expectations (>= 3.13.0, < 5.0.0)
332+
rspec-mocks (>= 3.13.0, < 5.0.0)
333+
rspec-support (>= 3.13.0, < 5.0.0)
335334
rspec-support (3.13.7)
336335
rswag-api (2.17.0)
337336
activesupport (>= 5.2, < 8.2)
@@ -344,11 +343,10 @@ GEM
344343
rswag-ui (2.17.0)
345344
actionpack (>= 5.2, < 8.2)
346345
railties (>= 5.2, < 8.2)
347-
rubocop (1.85.1)
346+
rubocop (1.86.0)
348347
json (~> 2.3)
349348
language_server-protocol (~> 3.17.0.2)
350349
lint_roller (~> 1.1.0)
351-
mcp (~> 0.6)
352350
parallel (~> 1.10)
353351
parser (>= 3.3.0.2)
354352
rainbow (>= 2.2.2, < 4.0)
@@ -460,7 +458,7 @@ DEPENDENCIES
460458
rails (~> 8.1.2)
461459
rails_semantic_logger (~> 4.19)
462460
rgeo-geojson
463-
rspec-rails (~> 8.0.3)
461+
rspec-rails (~> 8.0.4)
464462
rswag-api
465463
rswag-specs
466464
rswag-ui

0 commit comments

Comments
 (0)