Skip to content

Commit f6ee8fe

Browse files
Bump rexml from 3.4.1 to 3.4.2
Bumps [rexml](https://github.com/ruby/rexml) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/ruby/rexml/releases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](ruby/rexml@v3.4.1...v3.4.2) --- updated-dependencies: - dependency-name: rexml dependency-version: 3.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 37c1ccc commit f6ee8fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ group :development do
3232
gem "kitchen-puppet"
3333
gem "kitchen-docker", '~> 3.0.0', require: false
3434
gem "kitchen-verifier-serverspec"
35-
gem "rexml", '~> 3.4.0', require: false
35+
gem "rexml", '~> 3.4.2', require: false
3636
gem "mixlib-shellout", "~> 2.2.7", platforms: [:ruby]
3737
if ruby_version >= Gem::Version.new('2.5') && ruby_version < Gem::Version.new('3.1')
3838
gem "test-kitchen", '= 3.0.0', platforms: [:ruby]

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ GEM
332332
mime-types (>= 1.16, < 4.0)
333333
netrc (~> 0.8)
334334
retryable (3.0.5)
335-
rexml (3.4.1)
335+
rexml (3.4.2)
336336
rgen (0.10.2)
337337
rspec (3.13.0)
338338
rspec-core (~> 3.13.0)
@@ -534,7 +534,7 @@ DEPENDENCIES
534534
puppet_litmus (~> 1.0)
535535
puppetlabs_spec_helper (~> 8.0)
536536
rb-readline (= 0.5.5)
537-
rexml (~> 3.4.0)
537+
rexml (~> 3.4.2)
538538
rspec-puppet-facts (~> 5.2.0)
539539
rubocop (~> 1.50.0)
540540
rubocop-performance (= 1.16.0)

0 commit comments

Comments
 (0)