summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-02-01 14:08:58 -0800
committerLamont Granquist <lamont@scriptkiddie.org>2021-02-01 14:08:58 -0800
commit28540abf8f3c07f0463e5050458602cbb70481b6 (patch)
tree39b0cedfd086cd8fe969a10717f1018a2df029de
parent25641a070dffe94ddb99ba34a7ca52e179831766 (diff)
downloadchef-28540abf8f3c07f0463e5050458602cbb70481b6.tar.gz
bump rspec gem
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock28
2 files changed, 15 insertions, 15 deletions
diff --git a/Gemfile b/Gemfile
index f24cf11a04..99e7cf3c6b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -50,7 +50,7 @@ end
group(:development, :test) do
gem "rake"
- gem "rspec", "=3.9.0" # remove pin once https://github.com/chef/chef/issues/10817 is resolved
+ gem "rspec"
gem "webmock"
gem "fauxhai-ng" # for chef-utils gem
end
diff --git a/Gemfile.lock b/Gemfile.lock
index beac35b346..5ce0bce247 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,10 +8,10 @@ GIT
GIT
remote: https://github.com/chef/ohai.git
- revision: 4843bb3d6bbf8ad73a23bac7b3feba8cf9597b5c
+ revision: d175d5189c8dc7bfed4689927fa4c6312fec80c1
branch: master
specs:
- ohai (17.0.12)
+ ohai (17.0.13)
chef-config (>= 12.8, < 18)
chef-utils (>= 16.0, < 18)
ffi (~> 1.9)
@@ -294,22 +294,22 @@ GEM
rb-readline (0.5.5)
regexp_parser (2.0.3)
rexml (3.2.4)
- rspec (3.9.0)
- rspec-core (~> 3.9.0)
- rspec-expectations (~> 3.9.0)
- rspec-mocks (~> 3.9.0)
- rspec-core (3.9.3)
- rspec-support (~> 3.9.3)
- rspec-expectations (3.9.4)
+ rspec (3.10.0)
+ rspec-core (~> 3.10.0)
+ rspec-expectations (~> 3.10.0)
+ rspec-mocks (~> 3.10.0)
+ rspec-core (3.10.1)
+ rspec-support (~> 3.10.0)
+ rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
+ rspec-support (~> 3.10.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
- rspec-mocks (3.9.1)
+ rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
- rspec-support (3.9.4)
+ rspec-support (~> 3.10.0)
+ rspec-support (3.10.2)
rubocop (1.9.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
@@ -441,7 +441,7 @@ DEPENDENCIES
pry-stack_explorer
rake
rb-readline
- rspec (= 3.9.0)
+ rspec
ruby-prof (< 1.3.0)
ruby-shadow
webmock