Merge pull request #214 from puppetlabs/dependabot/bundler/rspec-3.13.0

Bump rspec from 3.12.0 to 3.13.0
This commit is contained in:
puppet-release-bot 2024-02-05 04:33:44 -05:00 committed by GitHub
commit edff58a319
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 14 deletions

View file

@ -12,7 +12,7 @@ group :test do
gem 'simplecov-lcov', '~> 0.8.0' gem 'simplecov-lcov', '~> 0.8.0'
gem 'pry' gem 'pry'
gem 'rb-readline' gem 'rb-readline'
gem 'rspec', '~> 3.12.0' gem 'rspec', '~> 3.13.0'
gem 'rubocop', '~> 1.60' gem 'rubocop', '~> 1.60'
gem 'webmock', '~> 3.19' gem 'webmock', '~> 3.19'
end end

View file

@ -16,7 +16,7 @@ GEM
highline (~> 2.0.0) highline (~> 2.0.0)
crack (0.4.5) crack (0.4.5)
rexml rexml
diff-lcs (1.5.0) diff-lcs (1.5.1)
docile (1.4.0) docile (1.4.0)
faraday (1.10.3) faraday (1.10.3)
faraday-em_http (~> 1.0) faraday-em_http (~> 1.0)
@ -61,19 +61,19 @@ GEM
rb-readline (0.5.5) rb-readline (0.5.5)
regexp_parser (2.9.0) regexp_parser (2.9.0)
rexml (3.2.6) rexml (3.2.6)
rspec (3.12.0) rspec (3.13.0)
rspec-core (~> 3.12.0) rspec-core (~> 3.13.0)
rspec-expectations (~> 3.12.0) rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.12.0) rspec-mocks (~> 3.13.0)
rspec-core (3.12.1) rspec-core (3.13.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.13.0)
rspec-expectations (3.12.2) rspec-expectations (3.13.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.13.0)
rspec-mocks (3.12.5) rspec-mocks (3.13.0)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.13.0)
rspec-support (3.12.0) rspec-support (3.13.0)
rubocop (1.60.2) rubocop (1.60.2)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
@ -110,7 +110,7 @@ DEPENDENCIES
pry pry
rake rake
rb-readline rb-readline
rspec (~> 3.12.0) rspec (~> 3.13.0)
rubocop (~> 1.60) rubocop (~> 1.60)
simplecov (~> 0.22.0) simplecov (~> 0.22.0)
simplecov-html (~> 0.12.3) simplecov-html (~> 0.12.3)