summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-03-25 12:12:19 -0700
committerGitHub <noreply@github.com>2021-03-25 12:12:19 -0700
commit647e874d1980cc78948a957350eabca570738b79 (patch)
tree9d431bc7394338307a95f8c1c5d749b0d3cf3cde
parent21c9cb773cdfa40efb8421a94f5b565ab92e725f (diff)
parent9331f0d45de201a704eb2146c0a753aa6d28d00a (diff)
downloadchef-647e874d1980cc78948a957350eabca570738b79.tar.gz
Merge pull request #11249 from chef/rspec_15
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock5
-rw-r--r--omnibus/Gemfile.lock2
3 files changed, 4 insertions, 5 deletions
diff --git a/Gemfile b/Gemfile
index 9191cde201..f08fa06564 100644
--- a/Gemfile
+++ b/Gemfile
@@ -63,7 +63,7 @@ group(:development, :test) do
gem "rspec-core", "~> 3.5"
gem "rspec-mocks", "~> 3.5"
gem "rspec-expectations", "~> 3.5"
- gem "rspec_junit_formatter", "~> 0.2.0"
+ gem "rspec_junit_formatter", "~> 0.4.0"
gem "webmock"
gem "fauxhai-ng" # for chef-utils gem
end
diff --git a/Gemfile.lock b/Gemfile.lock
index e7f6b77037..c18fcc3c08 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -297,8 +297,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
- rspec_junit_formatter (0.2.3)
- builder (< 4)
+ rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (0.89.1)
parallel (~> 1.10)
@@ -440,7 +439,7 @@ DEPENDENCIES
rspec-core (~> 3.5)
rspec-expectations (~> 3.5)
rspec-mocks (~> 3.5)
- rspec_junit_formatter (~> 0.2.0)
+ rspec_junit_formatter (~> 0.4.0)
ruby-prof (< 1.3.0)
ruby-shadow
webmock
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index 8c5da9243a..824c18105c 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -32,7 +32,7 @@ GEM
artifactory (3.0.15)
awesome_print (1.9.2)
aws-eventstream (1.1.1)
- aws-partitions (1.434.0)
+ aws-partitions (1.435.0)
aws-sdk-core (3.113.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)