summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-01-22 17:05:49 -0800
committerTim Smith <tsmith@chef.io>2019-04-01 14:19:32 -0700
commitfbde83db83c690b57b7c49503454206ae5dc579f (patch)
tree66c4f68a4b839e69022a1fd146307ff220d7c985 /Gemfile
parent1767cecab210119d75893d065db84e4b1e6e0195 (diff)
downloadchef-fbde83db83c690b57b7c49503454206ae5dc579f.tar.gz
Install Ruby 2.6.2
Bump to the latest and greatest Ruby Pin Rake to 12.3.2 since that's what ships in Ruby Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index edaa130e79..c81abd9c5c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -53,7 +53,8 @@ group(:development, :test) do
# we pin rake as a copy of rake is installed from the ruby source
# if you bump the ruby version you should confirm we don't end up with
# two rake gems installed again
- gem "rake", "<= 12.3.0"
+ gem "rake", "<= 12.3.2"
+
gem "rspec-core", "~> 3.5"
gem "rspec-mocks", "~> 3.5"
gem "rspec-expectations", "~> 3.5"