Skip to content

Commit 6ceaa0e

Browse files
[dependabot:bundler] bump the regular-updates group across 1 directory with 5 updates
Bumps the regular-updates group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aws-sdk-s3](https://github.com/aws/aws-sdk-ruby) | `1.228.1` | `1.229.0` | | [datadog](https://github.com/DataDog/dd-trace-rb) | `2.39.0` | `2.40.0` | | [bootsnap](https://github.com/rails/bootsnap) | `1.24.6` | `1.25.0` | | [simplecov](https://github.com/simplecov-ruby/simplecov) | `1.0.3` | `1.1.0` | | [rubocop](https://github.com/rubocop/rubocop) | `1.88.2` | `1.89.0` | Updates `aws-sdk-s3` from 1.228.1 to 1.229.0 - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-s3/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) Updates `datadog` from 2.39.0 to 2.40.0 - [Release notes](https://github.com/DataDog/dd-trace-rb/releases) - [Changelog](https://github.com/DataDog/dd-trace-rb/blob/master/CHANGELOG.md) - [Commits](DataDog/dd-trace-rb@v2.39.0...v2.40.0) Updates `bootsnap` from 1.24.6 to 1.25.0 - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](rails/bootsnap@v1.24.6...v1.25.0) Updates `simplecov` from 1.0.3 to 1.1.0 - [Release notes](https://github.com/simplecov-ruby/simplecov/releases) - [Changelog](https://github.com/simplecov-ruby/simplecov/blob/main/CHANGELOG.md) - [Commits](simplecov-ruby/simplecov@v1.0.3...v1.1.0) Updates `rubocop` from 1.88.2 to 1.89.0 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.88.2...v1.89.0) --- updated-dependencies: - dependency-name: aws-sdk-s3 dependency-version: 1.229.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular-updates - dependency-name: datadog dependency-version: 2.40.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular-updates - dependency-name: bootsnap dependency-version: 1.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular-updates - dependency-name: simplecov dependency-version: 1.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular-updates - dependency-name: rubocop dependency-version: 1.89.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: regular-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8b91d2 commit 6ceaa0e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ GEM
9898
ruby-next-core (~> 1.0)
9999
ast (2.4.3)
100100
aws-eventstream (1.4.0)
101-
aws-partitions (1.1277.0)
102-
aws-sdk-core (3.254.0)
101+
aws-partitions (1.1281.0)
102+
aws-sdk-core (3.254.1)
103103
aws-eventstream (~> 1, >= 1.3.0)
104104
aws-partitions (~> 1, >= 1.992.0)
105105
aws-sigv4 (~> 1.9)
@@ -110,17 +110,17 @@ GEM
110110
aws-sdk-kms (1.130.0)
111111
aws-sdk-core (~> 3, >= 3.254.0)
112112
aws-sigv4 (~> 1.5)
113-
aws-sdk-s3 (1.228.1)
114-
aws-sdk-core (~> 3, >= 3.254.0)
113+
aws-sdk-s3 (1.229.0)
114+
aws-sdk-core (~> 3, >= 3.254.1)
115115
aws-sdk-kms (~> 1)
116116
aws-sigv4 (~> 1.5)
117117
aws-sigv4 (1.12.1)
118118
aws-eventstream (~> 1, >= 1.0.2)
119119
base64 (0.3.0)
120120
bigdecimal (4.1.2)
121121
bindex (0.8.1)
122-
bootsnap (1.24.6)
123-
msgpack (~> 1.2)
122+
bootsnap (1.25.0)
123+
msgpack (~> 1.5)
124124
brakeman (8.0.5)
125125
racc
126126
builder (3.3.0)
@@ -132,9 +132,9 @@ GEM
132132
connection_pool (3.0.2)
133133
crass (1.0.7)
134134
csv (3.3.0)
135-
datadog (2.39.0)
135+
datadog (2.40.0)
136136
cgi
137-
datadog-ruby_core_source (~> 3.5, >= 3.5.3)
137+
datadog-ruby_core_source (~> 3.5, >= 3.5.4)
138138
libdatadog (~> 36.0.0.1.0)
139139
libddwaf (~> 1.30.0.0.0)
140140
logger
@@ -342,7 +342,7 @@ GEM
342342
rswag-ui (2.17.0)
343343
actionpack (>= 5.2, < 8.2)
344344
railties (>= 5.2, < 8.2)
345-
rubocop (1.88.2)
345+
rubocop (1.89.0)
346346
json (~> 2.3)
347347
language_server-protocol (~> 3.17.0.2)
348348
lint_roller (~> 1.1.0)
@@ -385,7 +385,7 @@ GEM
385385
securerandom (0.4.1)
386386
semantic_logger (4.18.0)
387387
concurrent-ruby (~> 1.0)
388-
simplecov (1.0.3)
388+
simplecov (1.1.0)
389389
stringio (3.2.0)
390390
thor (1.5.0)
391391
timeout (0.6.1)

0 commit comments

Comments
 (0)