Skip to content

Commit 0dd3347

Browse files
Bump rexml from 3.2.6 to 3.2.8 (#24)
* Bump rexml from 3.2.6 to 3.2.8 Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.2.8. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.2.6...v3.2.8) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * version bump --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Luca Bruzzone <336675+unsign3d@users.noreply.github.com>
1 parent 03cd32b commit 0dd3347

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.4]
11+
12+
### Changed
13+
- Updated gems in the lockfile
14+
1015
## [1.1.3]
1116

1217
### Changed

Gemfile.lock

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
puma-plugin-telemetry (1.1.3)
4+
puma-plugin-telemetry (1.1.4)
55
puma (< 7)
66

77
GEM
@@ -23,7 +23,8 @@ GEM
2323
rainbow (3.1.1)
2424
rake (13.2.1)
2525
regexp_parser (2.9.0)
26-
rexml (3.2.6)
26+
rexml (3.2.8)
27+
strscan (>= 3.0.9)
2728
rspec (3.13.0)
2829
rspec-core (~> 3.13.0)
2930
rspec-expectations (~> 3.13.0)
@@ -53,6 +54,7 @@ GEM
5354
rubocop (>= 1.7.0, < 2.0)
5455
rubocop-ast (>= 0.4.0)
5556
ruby-progressbar (1.13.0)
57+
strscan (3.1.0)
5658
unicode-display_width (2.5.0)
5759

5860
PLATFORMS

lib/puma/plugin/telemetry/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module Puma
44
class Plugin
55
module Telemetry
6-
VERSION = '1.1.3'
6+
VERSION = '1.1.4'
77
end
88
end
99
end

0 commit comments

Comments
 (0)