Skip to content

Commit 06afbdf

Browse files
Bump puma in /sample-apps/manual-instrumentation/ruby-on-rails (#122)
Bumps [puma](https://github.com/puma/puma) from 6.0.2 to 6.3.1. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](puma/puma@v6.0.2...v6.3.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff9d0ad commit 06afbdf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

sample-apps/manual-instrumentation/ruby-on-rails/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ruby '~> 2.7.5'
77
gem 'rails', '~> 7.0.4.2'
88

99
# Use the Puma web server [https://github.com/puma/puma]
10-
gem 'puma', '~> 6.0'
10+
gem 'puma', '~> 6.3'
1111

1212
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
1313
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

sample-apps/manual-instrumentation/ruby-on-rails/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ GEM
127127
timeout
128128
net-smtp (0.3.3)
129129
net-protocol
130-
nio4r (2.5.8)
130+
nio4r (2.5.9)
131131
nokogiri (1.14.0)
132132
mini_portile2 (~> 2.8.0)
133133
racc (~> 1.4)
@@ -188,7 +188,7 @@ GEM
188188
opentelemetry-semantic_conventions
189189
opentelemetry-semantic_conventions (1.8.0)
190190
opentelemetry-api (~> 1.0)
191-
puma (6.0.2)
191+
puma (6.3.1)
192192
nio4r (~> 2.0)
193193
racc (1.6.2)
194194
rack (2.2.6.4)
@@ -246,7 +246,7 @@ DEPENDENCIES
246246
opentelemetry-instrumentation-rails
247247
opentelemetry-propagator-xray
248248
opentelemetry-sdk
249-
puma (~> 6.0)
249+
puma (~> 6.3)
250250
rails (~> 7.0.4.2)
251251
tzinfo-data
252252

0 commit comments

Comments
 (0)