Skip to content

Commit ae9a1c7

Browse files
[dependabot:bundler] Bump the regular-updates group with 2 updates
Bumps the regular-updates group with 2 updates: [puma](https://github.com/puma/puma) and [datadog](https://github.com/DataDog/dd-trace-rb). Updates `puma` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/main/History.md) - [Commits](puma/puma@v7.1.0...v7.2.0) Updates `datadog` from 2.26.0 to 2.27.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.26.0...v2.27.0) --- updated-dependencies: - dependency-name: puma dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular-updates - dependency-name: datadog dependency-version: 2.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: regular-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2c1f34 commit ae9a1c7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem "rails", "~> 8.0.4"
1111
gem "propshaft"
1212

1313
# Use the Puma web server [https://github.com/puma/puma]
14-
gem "puma", "~> 7.1"
14+
gem "puma", "~> 7.2"
1515

1616
# Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails]
1717
gem "jsbundling-rails"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ GEM
186186
cucumber (>= 7, < 11)
187187
railties (>= 6.1, < 9)
188188
cucumber-tag-expressions (6.1.2)
189-
datadog (2.26.0)
189+
datadog (2.27.0)
190190
cgi
191191
datadog-ruby_core_source (~> 3.5, >= 3.5.1)
192192
libdatadog (~> 25.0.0.1.0)
@@ -355,7 +355,7 @@ GEM
355355
date
356356
stringio
357357
public_suffix (6.0.2)
358-
puma (7.1.0)
358+
puma (7.2.0)
359359
nio4r (~> 2.0)
360360
racc (1.8.1)
361361
rack (3.2.4)
@@ -577,7 +577,7 @@ DEPENDENCIES
577577
preserve
578578
propshaft
579579
pry-remote
580-
puma (~> 7.1)
580+
puma (~> 7.2)
581581
rails (~> 8.0.4)
582582
rails-controller-testing
583583
rails_semantic_logger

0 commit comments

Comments
 (0)